VTK
9.3.1
|
#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< vtkDataArray > | ReadArrayFromStream (const std::string &uid, int numComponents=-1) |
vtkSmartPointer< vtkImageData > | ReadPNGFromStream (const Json::Value &json) |
std::vector< std::string > | ReadStringArrayFromStream (const std::string &uid) |
omf::OMFFile::OMFFile | ( | ) |
omf::OMFFile::~OMFFile | ( | ) |
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 | ) |