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

Method GetZCoordinates

Common/DataModel/vtkHyperTreeGrid.cxx:113–116  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

111
112//------------------------------------------------------------------------------
113vtkDataArray* vtkHyperTreeGrid::GetZCoordinates()
114{
115 return this->ZCoordinates;
116}
117
118// Helper macros to quickly fetch a HT at a given index or iterator
119#define GetHyperTreeFromOtherMacro(_obj_, _index_) \

Callers 15

CopyEmptyStructureMethod · 0.95
CopyStructureMethod · 0.95
GenerateSubGridFunction · 0.45
VTKToXdmfMethod · 0.45
ReadPieceDataMethod · 0.45
ReadPieceDataMethod · 0.45
WriteDataMethod · 0.45
WriteGridMethod · 0.45
ReadPieceDataMethod · 0.45
WriteAppendedPieceMethod · 0.45
WriteInlinePieceMethod · 0.45

Calls

no outgoing calls

Tested by 15

TestXMLHyperTreeGridIOFunction · 0.36
runOuterEdgeSearchFunction · 0.36
runMaskedPointSearchFunction · 0.36
runAllMaskedPointSearchFunction · 0.36
runIntersectDiagonalFunction · 0.36
runAllIntersectsDiagonalFunction · 0.36
ModifyGridSpacingFunction · 0.36
DataSetPointMapperMethod · 0.36
TestCoordsFunction · 0.36