MCPcopy Create free account
hub / github.com/Kitware/VTK / InitializeData

Method InitializeData

IO/OpenVDB/vtkOpenVDBReader.cxx:903–914  ·  view source on GitHub ↗

------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

901
902//------------------------------------------------------------------------
903void vtkOpenVDBReader::InitializeData()
904{
905 // load the file
906 if (!this->LoadFile())
907 {
908 this->DataCorrect = false;
909 return;
910 }
911
912 // if everything went well, extract the grids information
913 this->Internals->ConstructGridsInformation();
914}
915
916//------------------------------------------------------------------------
917int vtkOpenVDBReader::RequestInformation(vtkInformation* vtkNotUsed(request),

Callers 1

RequestInformationMethod · 0.95

Calls 2

LoadFileMethod · 0.95

Tested by

no test coverage detected