Class vtkF3DImporter#

Inheritance Relationships#

Base Type#

  • public vtkImporter

Class Documentation#

class vtkF3DImporter : public vtkImporter#

Generic importer for F3D.

This generic importer is provided to simplify implementation of other importers and handle multiple versions of VTK.

Public Functions

bool UpdateAtTimeValue(double timeValue) override#

This method should be reimplemented in importer implementations to handle update the importer at a specific time value then call this method and return what it returns.

void SetFailureStatus()#

Call this method to set the status to failure if supported by the VTK version in use

Public Static Functions

static vtkInformationIntegerKey *ACTOR_IS_ARMATURE()#

Information key used to flag actors. Actors having this flag will be drawn on top.