39 #ifndef vtkAnnotatedCubeActor_h 40 #define vtkAnnotatedCubeActor_h 42 #include "vtkRenderingAnnotationModule.h" 87 void ShallowCopy(
vtkProp *prop) VTK_OVERRIDE;
94 void ReleaseGraphicsResources(
vtkWindow *) VTK_OVERRIDE;
101 void GetBounds(
double bounds[6]);
102 double *GetBounds() VTK_OVERRIDE;
114 void SetFaceTextScale(
double);
115 vtkGetMacro(FaceTextScale,
double);
144 vtkSetStringMacro( XPlusFaceText );
146 vtkSetStringMacro( XMinusFaceText );
148 vtkSetStringMacro( YPlusFaceText );
150 vtkSetStringMacro( YMinusFaceText );
152 vtkSetStringMacro( ZPlusFaceText );
154 vtkSetStringMacro( ZMinusFaceText );
162 void SetTextEdgesVisibility(
int);
163 int GetTextEdgesVisibility();
170 void SetCubeVisibility(
int);
171 int GetCubeVisibility();
178 void SetFaceTextVisibility(
int);
179 int GetFaceTextVisibility();
187 vtkGetMacro(XFaceTextRotation,
double);
189 vtkGetMacro(YFaceTextRotation,
double);
191 vtkGetMacro(ZFaceTextRotation,
double);
198 {
return this->Assembly; }
abstract superclass for all actors, volumes and annotations
vtkCubeSource * CubeSource
vtkActor * YPlusFaceActor
vtkActor * YMinusFaceActor
represents an object (geometry & properties) in a rendered scene
a 3D cube with face labels
vtkTypeUInt32 vtkMTimeType
abstract specification for Viewports
represent surface properties of a geometric object
virtual int RenderOpaqueGeometry(vtkViewport *)
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
vtkTransformFilter * TransformFilter
virtual int HasTranslucentPolygonalGeometry()
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
vtkActor * XMinusFaceActor
vtkVectorText * XPlusFaceVectorText
abstract specification for renderers
vtkVectorText * YMinusFaceVectorText
represents an 3D object for placement in a rendered scene
window superclass for vtkRenderWindow
vtkVectorText * YPlusFaceVectorText
create a polygonal representation of a cube
a simple class to control print indentation
vtkActor * XPlusFaceActor
extract boundary, non-manifold, and/or sharp edges from polygonal data
appends one or more polygonal datasets together
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
vtkVectorText * ZMinusFaceVectorText
vtkActor * ZPlusFaceActor
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
vtkAppendPolyData * AppendTextEdges
create hierarchies of vtkProp3Ds (transformable props)
vtkVectorText * XMinusFaceVectorText
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkVectorText * ZPlusFaceVectorText
virtual int RenderTranslucentPolygonalGeometry(vtkViewport *)
vtkActor * TextEdgesActor
vtkActor * ZMinusFaceActor
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
vtkFeatureEdges * ExtractTextEdges
virtual void GetActors(vtkPropCollection *)
For some exporters and other other operations we must be able to collect all the actors or volumes...