 |
VTK
9.1.0
|
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual vtkIdType GetNumberOfAnimations()
Get the number of available animations.
virtual void UpdateTimeStep(double timeStep)
Import the actors, camera, lights and properties at a specific timestep.
virtual void SetCamera(vtkIdType vtkNotUsed(camIndex))
Enable a specific camera.
void Update()
Import the actors, cameras, lights and properties into a vtkRenderWindow.
abstract base class for most VTK objects
virtual void ImportCameras(vtkRenderer *)
void Read()
Import the actors, cameras, lights and properties into a vtkRenderWindow.
virtual std::string GetCameraName(vtkIdType vtkNotUsed(camIndex))
Get the name of a camera.
virtual void ImportLights(vtkRenderer *)
virtual std::string GetOutputsDescription()
Recover a printable string that let importer implementation Describe their outputs.
virtual void SetRenderWindow(vtkRenderWindow *)
Set the vtkRenderWindow to contain the imported actors, cameras and lights, If no vtkRenderWindow is ...
a simple class to control print indentation
virtual int ImportBegin()
virtual void EnableAnimation(vtkIdType vtkNotUsed(animationIndex))
Enable/Disable/Get the status of specific animations.
static std::string GetDataSetDescription(vtkDataSet *ds, vtkIndent indent)
virtual void ImportActors(vtkRenderer *)
abstract class to specify dataset behavior
Abstract superclass for all arrays.
virtual vtkIdType GetNumberOfCameras()
Get the number of available cameras.
virtual std::string GetAnimationName(vtkIdType vtkNotUsed(animationIndex))
Get the name of an animation.
abstract specification for renderers
dynamic, self-adjusting array of double
vtkRenderWindow * RenderWindow
static std::string GetArrayDescription(vtkAbstractArray *array, vtkIndent indent)
create a window for renderers to draw into
virtual void DisableAnimation(vtkIdType vtkNotUsed(animationIndex))
Enable/Disable/Get the status of specific animations.
virtual void ImportProperties(vtkRenderer *)
virtual bool GetTemporalInformation(vtkIdType animationIndex, double frameRate, int &nbTimeSteps, double timeRange[2], vtkDoubleArray *timeSteps)
Get temporal informations for the currently enabled animations.
virtual bool IsAnimationEnabled(vtkIdType vtkNotUsed(animationIndex))
Enable/Disable/Get the status of specific animations.