Go to the documentation of this file.
32 #ifndef vtkVolumeOutlineSource_h
33 #define vtkVolumeOutlineSource_h
114 double ActivePlaneColor[3];
119 double CroppingRegionPlanes[6];
122 double croppingPlanes[6],
127 unsigned char colors[2][3],
134 unsigned char colors[2][3],
150 double color1[3],
double color2[3]);
155 int requestFromOutputPort,
156 unsigned long* mtime);
represent and manipulate 3D points
vtkVolumeMapper * VolumeMapper
Abstract class for a volume mapper.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
#define vtkSetVector3Macro(name, type)
static vtkVolumeOutlineSource * New()
dynamic, self-adjusting array of unsigned char
static int ComputeCubePlanes(double planes[3][4], double croppingPlanes[6], double bounds[6])
#define vtkTypeMacro(thisClass, superclass)
outline of volume cropping region
GLsizei const GLfloat * points
static void GenerateLines(vtkCellArray *lines, vtkUnsignedCharArray *scalars, unsigned char colors[2][3], int activePlane, int flags, int tolPtId[3][4])
#define vtkGetVector3Macro(name, type)
vtkVolumeMapper * GetVolumeMapper()
a simple class to control print indentation
object to represent cell connectivity
static void NudgeCropPlanesToBounds(int tolPtId[3][4], double planes[3][4], double tol)
static void GeneratePolys(vtkCellArray *polys, vtkUnsignedCharArray *scalars, unsigned char colors[2][3], int activePlane, int flags, int tolPtId[3][4])
#define vtkGetMacro(name, type)
static void CreateColorValues(unsigned char colors[2][3], double color1[3], double color2[3])
virtual void SetVolumeMapper(vtkVolumeMapper *mapper)
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
~vtkVolumeOutlineSource()
static void GeneratePoints(vtkPoints *points, vtkCellArray *lines, vtkCellArray *polys, double planes[3][4], double tol)
#define VTKRENDERINGVOLUME_EXPORT
virtual int ComputePipelineMTime(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, int requestFromOutputPort, unsigned long *mtime)
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only polydata as output.