VTK  9.3.0
omf::OMFProject Class Reference

#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.
 

Detailed Description

Definition at line 20 of file OMFProject.h.

Constructor & Destructor Documentation

◆ OMFProject()

omf::OMFProject::OMFProject ( )

◆ ~OMFProject()

omf::OMFProject::~OMFProject ( )

Member Function Documentation

◆ CanParseFile()

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

◆ ProcessJSON()

bool omf::OMFProject::ProcessJSON ( vtkPartitionedDataSetCollection * output,
vtkDataArraySelection * selection,
bool writeOutTextures,
bool columnMajorOrdering )

This actually processes the JSON, storing the created datasets in output.


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