33 #ifndef vtkVolumeOutlineSource_h
34 #define vtkVolumeOutlineSource_h
36 #include "vtkRenderingVolumeModule.h"
67 vtkGetMacro(GenerateScalars,
int);
77 vtkGetMacro(GenerateOutline,
int);
88 vtkGetMacro(GenerateFaces,
int);
96 vtkSetVector3Macro(
Color,
double);
97 vtkGetVector3Macro(
Color,
double);
107 vtkGetMacro(ActivePlaneId,
int);
116 vtkSetVector3Macro(ActivePlaneColor,
double);
117 vtkGetVector3Macro(ActivePlaneColor,
double);
130 double ActivePlaneColor[3];
135 double CroppingRegionPlanes[6];
138 double croppingPlanes[6],
143 unsigned char colors[2][3],
150 unsigned char colors[2][3],
166 double color1[3],
double color2[3]);
171 int requestFromOutputPort,
object to represent cell connectivity
a simple class to control print indentation
represent and manipulate 3D points
Superclass for algorithms that produce only polydata as output.
dynamic, self-adjusting array of unsigned char
Abstract class for a volume mapper.
outline of volume cropping region
static int ComputeCubePlanes(double planes[3][4], double croppingPlanes[6], double bounds[6])
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual int ComputePipelineMTime(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, int requestFromOutputPort, vtkMTimeType *mtime)
A special version of ProcessRequest meant specifically for the pipeline modified time request.
vtkVolumeMapper * GetVolumeMapper()
static void GeneratePolys(vtkCellArray *polys, vtkUnsignedCharArray *scalars, unsigned char colors[2][3], int activePlane, int flags, int tolPtId[3][4])
virtual void SetVolumeMapper(vtkVolumeMapper *mapper)
Set the mapper that has the cropping region that the outline will be generated for.
static void GenerateLines(vtkCellArray *lines, vtkUnsignedCharArray *scalars, unsigned char colors[2][3], int activePlane, int flags, int tolPtId[3][4])
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
static void CreateColorValues(unsigned char colors[2][3], double color1[3], double color2[3])
~vtkVolumeOutlineSource()
static void GeneratePoints(vtkPoints *points, vtkCellArray *lines, vtkCellArray *polys, double planes[3][4], double tol)
vtkVolumeMapper * VolumeMapper
static vtkVolumeOutlineSource * New()
static void NudgeCropPlanesToBounds(int tolPtId[3][4], double planes[3][4], double tol)
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkTypeUInt64 vtkMTimeType