30 #ifndef vtkAnnotatedCubeActor_h
31 #define vtkAnnotatedCubeActor_h
34 #include "vtkRenderingAnnotationModule.h"
36 VTK_ABI_NAMESPACE_BEGIN
106 void SetFaceTextScale(
double);
107 vtkGetMacro(FaceTextScale,
double);
136 vtkSetStringMacro(XPlusFaceText);
137 vtkGetStringMacro(XPlusFaceText);
138 vtkSetStringMacro(XMinusFaceText);
139 vtkGetStringMacro(XMinusFaceText);
140 vtkSetStringMacro(YPlusFaceText);
141 vtkGetStringMacro(YPlusFaceText);
142 vtkSetStringMacro(YMinusFaceText);
143 vtkGetStringMacro(YMinusFaceText);
144 vtkSetStringMacro(ZPlusFaceText);
145 vtkGetStringMacro(ZPlusFaceText);
146 vtkSetStringMacro(ZMinusFaceText);
147 vtkGetStringMacro(ZMinusFaceText);
154 void SetTextEdgesVisibility(
int);
155 int GetTextEdgesVisibility();
162 void SetCubeVisibility(
int);
163 int GetCubeVisibility();
170 void SetFaceTextVisibility(
int);
171 int GetFaceTextVisibility();
178 vtkSetMacro(XFaceTextRotation,
double);
179 vtkGetMacro(XFaceTextRotation,
double);
180 vtkSetMacro(YFaceTextRotation,
double);
181 vtkGetMacro(YFaceTextRotation,
double);
182 vtkSetMacro(ZFaceTextRotation,
double);
183 vtkGetMacro(ZFaceTextRotation,
double);
241 VTK_ABI_NAMESPACE_END
abstract superclass for all actors, volumes and annotations
vtkTransformFilter * InternalTransformFilter
vtkCubeSource * CubeSource
vtkActor * YPlusFaceActor
vtkActor * YMinusFaceActor
represents an object (geometry & properties) in a rendered scene
a 3D cube with face labels
double * GetBounds() override=0
Return a reference to the Prop3D's composite transform.
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...
virtual vtkTypeBool 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
virtual void ReleaseGraphicsResources(vtkWindow *)
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Release any graphics resources that are being...
window superclass for vtkRenderWindow
vtkVectorText * YPlusFaceVectorText
create a polygonal representation of a cube
a simple class to control print indentation
vtkTransform * InternalTransform
vtkActor * XPlusFaceActor
extract interior, boundary, non-manifold, and/or sharp edges from polygonal data
void ShallowCopy(vtkProp *prop) override
Shallow copy of this vtkProp3D.
appends one or more polygonal datasets together
vtkVectorText * ZMinusFaceVectorText
#define VTK_SIZEHINT(...)
vtkActor * ZPlusFaceActor
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...