32 #ifndef vtkVolumeOutlineSource_h
33 #define vtkVolumeOutlineSource_h
59 vtkSetMacro(GenerateScalars,
int);
60 vtkBooleanMacro(GenerateScalars,
int);
61 vtkGetMacro(GenerateScalars,
int);
67 vtkSetMacro(GenerateOutline,
int);
68 vtkBooleanMacro(GenerateOutline,
int);
69 vtkGetMacro(GenerateOutline,
int);
76 vtkSetMacro(GenerateFaces,
int);
77 vtkBooleanMacro(GenerateFaces,
int);
78 vtkGetMacro(GenerateFaces,
int);
84 vtkSetVector3Macro(
Color,
double);
85 vtkGetVector3Macro(
Color,
double);
92 vtkSetMacro(ActivePlaneId,
int);
93 vtkGetMacro(ActivePlaneId,
int);
100 vtkSetVector3Macro(ActivePlaneColor,
double);
101 vtkGetVector3Macro(ActivePlaneColor,
double);
114 double ActivePlaneColor[3];
119 double CroppingRegionPlanes[6];
121 static int ComputeCubePlanes(
double planes[3][4],
122 double croppingPlanes[6],
127 unsigned char colors[2][3],
134 unsigned char colors[2][3],
145 static void NudgeCropPlanesToBounds(
int tolPtId[3][4],
149 static void CreateColorValues(
unsigned char colors[2][3],
150 double color1[3],
double color2[3]);
155 int requestFromOutputPort,
156 unsigned long* mtime);
Abstract class for a volume mapper.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
#define VTKRENDERINGVOLUME_EXPORT
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only polydata as output.
outline of volume cropping region
a simple class to control print indentation
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkVolumeMapper * VolumeMapper
dynamic, self-adjusting array of unsigned char
object to represent cell connectivity
virtual int ComputePipelineMTime(vtkInformation *request, vtkInformationVector **inInfoVec, vtkInformationVector *outInfoVec, int requestFromOutputPort, unsigned long *mtime)
vtkVolumeMapper * GetVolumeMapper()
represent and manipulate 3D points