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

Method InitializeLoader

IO/Geometry/vtkGLTFReader.cxx:664–668  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

662
663//------------------------------------------------------------------------------
664void vtkGLTFReader::InitializeLoader()
665{
666 this->Loader = vtkSmartPointer<vtkGLTFDocumentLoader>::New();
667 this->Loader->SetGLBStart(this->GLBStart);
668}
669
670//------------------------------------------------------------------------------
671int vtkGLTFReader::RequestInformation(

Callers 1

RequestInformationMethod · 0.95

Calls 1

NewFunction · 0.50

Tested by

no test coverage detected