 |
VTK
9.0.1
|
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.
abstract base class for most VTK objects
virtual void ImportCameras(vtkRenderer *)
void Read()
Import the actors, cameras, lights and properties into a vtkRenderWindow.
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 bool GetTemporalInformation(vtkIdType animationIndex, int &nbTimeSteps, double timeRange[2], vtkDoubleArray *timeSteps)
Get temporal informations for the currently enabled animations.
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 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))
virtual void ImportProperties(vtkRenderer *)
virtual bool IsAnimationEnabled(vtkIdType vtkNotUsed(animationIndex))