VTK  9.1.0
Public Member Functions | List of all members
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. More...
 
bool ProcessJSON (vtkPartitionedDataSetCollection *output, vtkDataArraySelection *selection, bool writeOutTextures, bool columnMajorOrdering)
 This actually processes the JSON, storing the created datasets in output. More...
 

Detailed Description

Definition at line 28 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: