45 #ifndef vtkAnnotatedCubeActor_h
46 #define vtkAnnotatedCubeActor_h
48 #include "vtkRenderingAnnotationModule.h"
120 void SetFaceTextScale(
double);
121 vtkGetMacro(FaceTextScale,
double);
150 vtkSetStringMacro( XPlusFaceText );
152 vtkSetStringMacro( XMinusFaceText );
154 vtkSetStringMacro( YPlusFaceText );
156 vtkSetStringMacro( YMinusFaceText );
158 vtkSetStringMacro( ZPlusFaceText );
160 vtkSetStringMacro( ZMinusFaceText );
168 void SetTextEdgesVisibility(
int);
169 int GetTextEdgesVisibility();
176 void SetCubeVisibility(
int);
177 int GetCubeVisibility();
184 void SetFaceTextVisibility(
int);
185 int GetFaceTextVisibility();
193 vtkGetMacro(XFaceTextRotation,
double);
195 vtkGetMacro(YFaceTextRotation,
double);
197 vtkGetMacro(ZFaceTextRotation,
double);
204 {
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
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
vtkTypeUInt64 vtkMTimeType
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
vtkAssembly * GetAssembly()
Get the assembly so that user supplied transforms can be applied.
create a polygonal representation of a cube
void ShallowCopy(vtkProp *prop)
Shallow copy of this vtkProp3D.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
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)
vtkMTimeType GetMTime()
Get the vtkProp3D's mtime.
vtkVectorText * XMinusFaceVectorText
vtkVectorText * ZPlusFaceVectorText
virtual int RenderTranslucentPolygonalGeometry(vtkViewport *)
vtkActor * TextEdgesActor
virtual double * GetBounds()=0
Return a reference to the Prop3D's composite transform.
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...