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

Method ImageDataBlockStructure

Parallel/DIY/vtkDIYGhostUtilities.cxx:5821–5829  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

5819
5820//----------------------------------------------------------------------------
5821vtkDIYGhostUtilities::ImageDataBlockStructure::ImageDataBlockStructure(const int extent[6], int dim,
5822 const double origin[3], const double spacing[3], const double orientationQuaternion[4])
5823 : GridBlockStructure(extent, dim)
5824 , Origin{ origin[0], origin[1], origin[2] }
5825 , Spacing{ spacing[0], spacing[1], spacing[2] }
5826 , OrientationQuaternion{ orientationQuaternion[0], orientationQuaternion[1],
5827 orientationQuaternion[2], orientationQuaternion[3] }
5828{
5829}
5830
5831//----------------------------------------------------------------------------
5832vtkDIYGhostUtilities::ImageDataBlockStructure::ImageDataBlockStructure(const int extent[6], int dim,

Callers

nothing calls this directly

Calls 6

Matrix3x3ToQuaternionFunction · 0.85
GetDataMethod · 0.45
dataMethod · 0.45
GetDataDimensionMethod · 0.45
GetOriginMethod · 0.45
GetSpacingMethod · 0.45

Tested by

no test coverage detected