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

Function GetIndex

Imaging/Core/vtkImagePointDataIterator.h:82–87  ·  view source on GitHub ↗

@{ * Get the index at the beginning of the current span. */

Source from the content-addressed store, hash-verified

80 * Get the index at the beginning of the current span.
81 */
82 void GetIndex(int result[3])
83 {
84 result[0] = this->Index[0];
85 result[1] = this->Index[1];
86 result[2] = this->Index[2];
87 }
88 ///@}
89
90 /**

Callers 3

VariantStorageImplClass · 0.85
VariantClass · 0.85
vtkAMRMetaData.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected