VTK
dox
opt
build
vtk6-6.3.0+dfsg2
Rendering
Parallel
vtkTreeCompositer.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkTreeCompositer.h
5
6
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7
All rights reserved.
8
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9
10
This software is distributed WITHOUT ANY WARRANTY; without even
11
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12
PURPOSE. See the above copyright notice for more information.
13
14
=========================================================================*/
15
16
// This software and ancillary information known as vtk_ext (and
17
// herein called "SOFTWARE") is made available under the terms
18
// described below. The SOFTWARE has been approved for release with
19
// associated LA_CC Number 99-44, granted by Los Alamos National
20
// Laboratory in July 1999.
21
//
22
// Unless otherwise indicated, this SOFTWARE has been authored by an
23
// employee or employees of the University of California, operator of
24
// the Los Alamos National Laboratory under Contract No. W-7405-ENG-36
25
// with the United States Department of Energy.
26
//
27
// The United States Government has rights to use, reproduce, and
28
// distribute this SOFTWARE. The public may copy, distribute, prepare
29
// derivative works and publicly display this SOFTWARE without charge,
30
// provided that this Notice and any statement of authorship are
31
// reproduced on all copies.
32
//
33
// Neither the U. S. Government, the University of California, nor the
34
// Advanced Computing Laboratory makes any warranty, either express or
35
// implied, nor assumes any liability or responsibility for the use of
36
// this SOFTWARE.
37
//
38
// If SOFTWARE is modified to produce derivative works, such modified
39
// SOFTWARE should be clearly marked, so as not to confuse it with the
40
// version available from Los Alamos National Laboratory.
41
42
59
#ifndef vtkTreeCompositer_h
60
#define vtkTreeCompositer_h
61
62
#include "
vtkRenderingParallelModule.h
"
// For export macro
63
#include "
vtkCompositer.h
"
64
65
66
class
VTKRENDERINGPARALLEL_EXPORT
vtkTreeCompositer
:
public
vtkCompositer
67
{
68
public
:
69
static
vtkTreeCompositer
*
New
();
70
vtkTypeMacro
(
vtkTreeCompositer
,
vtkCompositer
);
71
void
PrintSelf
(ostream& os,
vtkIndent
indent);
72
73
virtual
void
CompositeBuffer
(
vtkDataArray
*pBuf,
vtkFloatArray
*zBuf,
74
vtkDataArray
*pTmp,
vtkFloatArray
*zTmp);
75
76
protected
:
77
vtkTreeCompositer
();
78
~vtkTreeCompositer
();
79
80
private
:
81
vtkTreeCompositer
(
const
vtkTreeCompositer
&);
// Not implemented
82
void
operator=(
const
vtkTreeCompositer
&);
// Not implemented
83
};
84
85
#endif
vtkFloatArray
dynamic, self-adjusting array of float
Definition:
vtkFloatArray.h:49
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition:
vtkSetGet.h:642
vtkRenderingParallelModule.h
vtkDataArray
abstract superclass for arrays of numeric data
Definition:
vtkDataArray.h:55
vtkTreeCompositer
Implements tree based compositing.
Definition:
vtkTreeCompositer.h:67
vtkTreeCompositer::vtkTreeCompositer
vtkTreeCompositer()
VTKRENDERINGPARALLEL_EXPORT
#define VTKRENDERINGPARALLEL_EXPORT
Definition:
vtkRenderingParallelModule.h:15
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:39
vtkTreeCompositer::CompositeBuffer
virtual void CompositeBuffer(vtkDataArray *pBuf, vtkFloatArray *zBuf, vtkDataArray *pTmp, vtkFloatArray *zTmp)
vtkCompositer.h
vtkTreeCompositer::~vtkTreeCompositer
~vtkTreeCompositer()
vtkCompositer
Super class for composite algorthms.
Definition:
vtkCompositer.h:41
vtkTreeCompositer::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkTreeCompositer::New
static vtkTreeCompositer * New()
Generated by
1.8.20