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

Method SetCellGrid

Common/DataModel/vtkCellMetadata.cxx:50–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50bool vtkCellMetadata::SetCellGrid(vtkCellGrid* parent)
51{
52 if (this->CellGrid != parent)
53 {
54 this->CellGrid = parent;
55 return true;
56 }
57 return false;
58}
59
60bool vtkCellMetadata::Query(vtkCellGridQuery* query)
61{

Callers 5

RegisterTypeFunction · 0.80
AddCellMetadataFunction · 0.80
AddCellMetadataMethod · 0.80
ComputeRangeInternalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected