Go to the documentation of this file.
27 #ifndef vtkCompositePolyDataMapper2_h
28 #define vtkCompositePolyDataMapper2_h
117 unsigned long int LastOpaqueCheckTime;
118 bool LastOpaqueCheckValue;
void RemoveBlockOpacities()
double * GetBlockColor(unsigned int index)
void SetBlockVisibility(unsigned int index, bool visible)
GLboolean GLboolean GLboolean b
virtual bool GetIsOpaque()
record modification and/or execution time
PolyDataMapper using painters.
~vtkCompositePolyDataMapper2()
#define vtkTypeMacro(thisClass, superclass)
vtkSmartPointer< vtkCompositeDataDisplayAttributes > CompositeAttributes
void PrintSelf(ostream &os, vtkIndent indent)
vtkPainter * SelectionCompositePainter
mapper for composite dataset consisting of polygonal data.
void RemoveBlockColor(unsigned int index)
virtual int FillInputPortInformation(int port, vtkInformation *info)
rendering attributes for a multi-block dataset.
void SetBlockOpacity(unsigned int index, double opacity)
vtkCompositeDataDisplayAttributes * GetCompositeDataDisplayAttributes()
Superclass for all pipeline executives in VTK.
virtual void UpdatePainterInformation()
double GetBlockOpacity(unsigned int index)
a simple class to control print indentation
Abstract class for drawing poly data.
void SetBlockColor(unsigned int index, double r, double g, double b)
virtual void ComputeBounds()
void RemoveBlockOpacity(unsigned int index)
GLdouble GLdouble GLdouble r
static vtkCompositePolyDataMapper2 * New()
void RemoveBlockVisibilites()
void SetBlockColor(unsigned int index, double color[3])
void RemoveBlockVisibility(unsigned int index)
vtkExecutive * CreateDefaultExecutive()
void SetCompositeDataDisplayAttributes(vtkCompositeDataDisplayAttributes *attributes)
bool GetBlockVisibility(unsigned int index) const
vtkCompositePolyDataMapper2()
#define VTKRENDERINGOPENGL_EXPORT