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

Method SetSchema

Common/DataModel/vtkCellGrid.cxx:736–745  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

734}
735
736void vtkCellGrid::SetSchema(vtkStringToken name, vtkTypeUInt32 version)
737{
738 if (name == this->SchemaName && version == this->SchemaVersion)
739 {
740 return;
741 }
742 this->Modified();
743 this->SchemaName = name;
744 this->SchemaVersion = version;
745}
746
747vtkCellGrid* vtkCellGrid::GetData(vtkInformation* info)
748{

Callers 3

FromJSONMethod · 0.80
FinalizeMethod · 0.80

Calls 1

ModifiedMethod · 0.45

Tested by

no test coverage detected