Skip to main content
Version: 🚧 Nightly

Class vtkF3DImporter

Definition: vtkF3DImporter.h (line 21)

Generic importer for F3D.

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

Inherits from:

  • vtkImporter

Members

Public static functions

Function ACTOR_IS_ARMATURE

static vtkInformationIntegerKey * vtkF3DImporter::ACTOR_IS_ARMATURE()

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

Return type: vtkInformationIntegerKey *

Public functions

Function UpdateAtTimeValue

bool vtkF3DImporter::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.

Parameters:

  • double timeValue

Return type: bool

Function SetFailureStatus

void vtkF3DImporter::SetFailureStatus()

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

Return type: void