38 #ifndef vtkPolyDataSilhouette_h 39 #define vtkPolyDataSilhouette_h 41 #include "vtkFiltersHybridModule.h" 47 class vtkPolyDataEdges;
64 vtkSetMacro(EnableFeatureAngle,
int);
65 vtkGetMacro(EnableFeatureAngle,
int);
72 vtkSetMacro(FeatureAngle,
double);
73 vtkGetMacro(FeatureAngle,
double);
98 VTK_DIRECTION_SPECIFIED_VECTOR = 0,
99 VTK_DIRECTION_SPECIFIED_ORIGIN = 1,
100 VTK_DIRECTION_CAMERA_ORIGIN = 2,
101 VTK_DIRECTION_CAMERA_VECTOR = 3
109 vtkSetMacro(Direction,
int);
110 vtkGetMacro(Direction,
int);
123 virtual void SetCamera(
vtkCamera VTK_WRAP_EXTERN*);
124 vtkGetObjectMacro(Camera,
vtkCamera VTK_WRAP_EXTERN);
135 void SetProp3D(
vtkProp3D VTK_WRAP_EXTERN*);
145 vtkSetVector3Macro(Vector,
double);
146 vtkGetVectorMacro(Vector,
double, 3);
155 vtkSetVector3Macro(Origin,
double);
156 vtkGetVectorMacro(Origin,
double, 3);
170 void ComputeProjectionVector(
double vector[3],
double origin[3]);
void SetDirectionToCameraVector()
Specify how view direction is computed.
vtkTypeUInt32 vtkMTimeType
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
represents an 3D object for placement in a rendered scene
static vtkPolyDataAlgorithm * New()
void SetDirectionToSpecifiedVector()
Specify how view direction is computed.
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
void SetDirectionToSpecifiedOrigin()
Specify how view direction is computed.
a virtual camera for 3D rendering
virtual vtkMTimeType GetMTime()
Return this object's modified time.
vtkPolyDataEdges * PreComp
sort polydata along camera view direction
void SetDirectionToCameraOrigin()
Specify how view direction is computed.
vtkTypeBool PieceInvariant
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.