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

Method GetOrigin

Common/DataModel/vtkOverlappingAMR.cxx:215–222  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

213
214//------------------------------------------------------------------------------
215void vtkOverlappingAMR::GetOrigin(unsigned int level, unsigned int id, double origin[3])
216{
217 double bb[6];
218 this->GetBounds(level, id, bb);
219 origin[0] = bb[0];
220 origin[1] = bb[2];
221 origin[2] = bb[4];
222}
223
224//------------------------------------------------------------------------------
225void vtkOverlappingAMR::SetOrigin(const double origin[3])

Callers 15

CheckValidityMethod · 0.95
CopyAttributeDataMethod · 0.45
NewImageDataCopyMethod · 0.45
TransformPointSetMethod · 0.45
CopyCoordinatesMethod · 0.45
CopyStructureMethod · 0.45
RecursiveSearchMethod · 0.45
ConstructCellMethod · 0.45
UpdateBuildTimeMethod · 0.45

Calls 2

GetBoundsMethod · 0.95

Tested by 3

DoOrientationTestFunction · 0.36
doTestMethod · 0.36
runPointSearchFunction · 0.36