SOFA API  59ce4526
Open source framework for multi-physics simuation
sofa::component::io::mesh::basevtkreader Namespace Reference

Classes

class  BaseVTKReader
 

Typedefs

using BaseObject = sofa::core::objectmodel::BaseObject
 

Enumerations

enum class  VTKDatasetFormat {
  IMAGE_DATA , STRUCTURED_POINTS , STRUCTURED_GRID , RECTILINEAR_GRID ,
  POLYDATA , UNSTRUCTURED_GRID
}
 

Typedef Documentation

◆ BaseObject

Use a per-file namespace. The role of this per-file namespace contain the names to make them private. Outside of this namespace the fully qualified name have to be used. At the end of this namespace only a subset of the names are imported into the parent namespace. So that you can access to BaseVTKReader with sofa::component::loader::BaseVTKReader or sofa::component::loader::basevtkreader::BaseVTKReader

Enumeration Type Documentation

◆ VTKDatasetFormat

Enumerator
IMAGE_DATA 
STRUCTURED_POINTS 
STRUCTURED_GRID 
RECTILINEAR_GRID 
POLYDATA 
UNSTRUCTURED_GRID