VTK  9.2.6
Public Member Functions | List of all members
omf::OMFFile Struct Reference

#include <OMFFile.h>

Public Member Functions

 OMFFile ()
 
 ~OMFFile ()
 
bool OpenStream (const char *filename)
 
std::string GetFileName ()
 
bool ReadHeader (std::string &uid)
 
bool ParseJSON ()
 
const Json::Value & JSONRoot ()
 
vtkSmartPointer< vtkDataArrayReadArrayFromStream (const std::string &uid, int numComponents=-1)
 
vtkSmartPointer< vtkImageDataReadPNGFromStream (const Json::Value &json)
 
std::vector< std::string > ReadStringArrayFromStream (const std::string &uid)
 

Detailed Description

Definition at line 33 of file OMFFile.h.

Constructor & Destructor Documentation

omf::OMFFile::OMFFile ( )
omf::OMFFile::~OMFFile ( )

Member Function Documentation

bool omf::OMFFile::OpenStream ( const char *  filename)
std::string omf::OMFFile::GetFileName ( )
bool omf::OMFFile::ReadHeader ( std::string &  uid)
bool omf::OMFFile::ParseJSON ( )
const Json::Value& omf::OMFFile::JSONRoot ( )
vtkSmartPointer<vtkDataArray> omf::OMFFile::ReadArrayFromStream ( const std::string &  uid,
int  numComponents = -1 
)
vtkSmartPointer<vtkImageData> omf::OMFFile::ReadPNGFromStream ( const Json::Value &  json)
std::vector<std::string> omf::OMFFile::ReadStringArrayFromStream ( const std::string &  uid)

The documentation for this struct was generated from the following file: