41 #ifndef vtkPolyDataSilhouette_h
42 #define vtkPolyDataSilhouette_h
44 #include "vtkFiltersHybridModule.h"
50 class vtkPolyDataEdges;
67 vtkSetMacro(EnableFeatureAngle,
int);
68 vtkGetMacro(EnableFeatureAngle,
int);
75 vtkSetMacro(FeatureAngle,
double);
76 vtkGetMacro(FeatureAngle,
double);
101 VTK_DIRECTION_SPECIFIED_VECTOR = 0,
102 VTK_DIRECTION_SPECIFIED_ORIGIN = 1,
103 VTK_DIRECTION_CAMERA_ORIGIN = 2,
104 VTK_DIRECTION_CAMERA_VECTOR = 3
112 vtkSetMacro(Direction,
int);
113 vtkGetMacro(Direction,
int);
126 virtual void SetCamera(
vtkCamera VTK_WRAP_EXTERN*);
127 vtkGetObjectMacro(Camera,
vtkCamera VTK_WRAP_EXTERN);
138 void SetProp3D(
vtkProp3D VTK_WRAP_EXTERN*);
148 vtkSetVector3Macro(Vector,
double);
149 vtkGetVectorMacro(Vector,
double, 3);
158 vtkSetVector3Macro(Origin,
double);
159 vtkGetVectorMacro(Origin,
double, 3);
173 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.