45#ifndef vtkAnnotatedCubeActor_h
46#define vtkAnnotatedCubeActor_h
48#include "vtkRenderingAnnotationModule.h"
121 vtkGetMacro(FaceTextScale,
double);
150 vtkSetStringMacro( XPlusFaceText );
152 vtkSetStringMacro( XMinusFaceText );
154 vtkSetStringMacro( YPlusFaceText );
156 vtkSetStringMacro( YMinusFaceText );
158 vtkSetStringMacro( ZPlusFaceText );
160 vtkSetStringMacro( ZMinusFaceText );
193 vtkGetMacro(XFaceTextRotation,
double);
195 vtkGetMacro(YFaceTextRotation,
double);
197 vtkGetMacro(ZFaceTextRotation,
double);
204 {
return this->Assembly; }
represents an object (geometry & properties) in a rendered scene
a 3D cube with face labels
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkVectorText * YPlusFaceVectorText
vtkAppendPolyData * AppendTextEdges
vtkProperty * GetXPlusFaceProperty()
Get the individual face text properties.
vtkProperty * GetCubeProperty()
Get the cube properties.
vtkActor * YPlusFaceActor
vtkProperty * GetYMinusFaceProperty()
void SetFaceTextVisibility(int)
Enable/disable drawing the vector text.
vtkVectorText * XPlusFaceVectorText
vtkProperty * GetZPlusFaceProperty()
double * GetBounds()
Get the bounds for this Prop as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax).
void SetCubeVisibility(int)
Enable/disable drawing the cube.
static vtkAnnotatedCubeActor * New()
void SetFaceTextScale(double)
Set/Get the scale factor for the face text.
vtkVectorText * YMinusFaceVectorText
vtkVectorText * ZPlusFaceVectorText
vtkVectorText * ZMinusFaceVectorText
int GetTextEdgesVisibility()
vtkActor * ZMinusFaceActor
int GetFaceTextVisibility()
vtkCubeSource * CubeSource
vtkProperty * GetXMinusFaceProperty()
virtual void GetActors(vtkPropCollection *)
For some exporters and other other operations we must be able to collect all the actors or volumes.
void ShallowCopy(vtkProp *prop)
Shallow copy of an axes actor.
vtkProperty * GetTextEdgesProperty()
Get the text edges properties.
vtkProperty * GetZMinusFaceProperty()
virtual int HasTranslucentPolygonalGeometry()
Does this prop have some translucent polygonal geometry?
void GetBounds(double bounds[6])
Get the bounds for this Actor as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax).
vtkActor * TextEdgesActor
virtual int RenderTranslucentPolygonalGeometry(vtkViewport *viewport)
vtkActor * YMinusFaceActor
vtkVectorText * XMinusFaceVectorText
vtkTransformFilter * TransformFilter
vtkFeatureEdges * ExtractTextEdges
void SetTextEdgesVisibility(int)
Enable/disable drawing the vector text edges.
vtkAssembly * GetAssembly()
Get the assembly so that user supplied transforms can be applied.
virtual int RenderOpaqueGeometry(vtkViewport *viewport)
Support the standard render methods.
void ReleaseGraphicsResources(vtkWindow *)
Release any graphics resources that are being consumed by this actor.
vtkActor * XPlusFaceActor
vtkMTimeType GetMTime()
Get the actors mtime plus consider its properties and texture if set.
vtkProperty * GetYPlusFaceProperty()
vtkActor * XMinusFaceActor
vtkActor * ZPlusFaceActor
appends one or more polygonal datasets together
create hierarchies of vtkProp3Ds (transformable props)
create a polygonal representation of a cube
extract boundary, non-manifold, and/or sharp edges from polygonal data
a simple class to control print indentation
represents an 3D object for placement in a rendered scene
abstract superclass for all actors, volumes and annotations
represent surface properties of a geometric object
abstract specification for renderers
abstract specification for Viewports
window superclass for vtkRenderWindow
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
vtkTypeUInt64 vtkMTimeType