| 
    VTK
    9.3.0
    
   | 
 
#include <OMFProject.h>
Public Member Functions | |
| OMFProject () | |
| ~OMFProject () | |
| bool | CanParseFile (const char *filename, vtkDataArraySelection *selection) | 
| Checks that the file can be read.   | |
| bool | ProcessJSON (vtkPartitionedDataSetCollection *output, vtkDataArraySelection *selection, bool writeOutTextures, bool columnMajorOrdering) | 
| This actually processes the JSON, storing the created datasets in output.   | |
Definition at line 20 of file OMFProject.h.
| omf::OMFProject::OMFProject | ( | ) | 
| omf::OMFProject::~OMFProject | ( | ) | 
| bool omf::OMFProject::CanParseFile | ( | const char * | filename, | 
| vtkDataArraySelection * | selection | ||
| ) | 
Checks that the file can be read.
This reads the OMF header as well as the JSON to ensure both can be read
| bool omf::OMFProject::ProcessJSON | ( | vtkPartitionedDataSetCollection * | output, | 
| vtkDataArraySelection * | selection, | ||
| bool | writeOutTextures, | ||
| bool | columnMajorOrdering | ||
| ) | 
This actually processes the JSON, storing the created datasets in output.