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

Method GetIndex

Imaging/Color/vtkImageQuantizeRGBToIndex.cxx:70–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68
69 void SetIndex(int v) { this->Index = v; }
70 int GetIndex() { return this->Index; }
71
72 double GetStdDev(int axis) { return this->StdDev[axis]; }
73 void ComputeStdDev();

Callers 7

PlaceImageMethod · 0.45
SetInputConnectionMethod · 0.45
InsertObjectFunction · 0.45
vtkImageResliceExecuteFunction · 0.45
vtkReslicePermuteExecuteFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected