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

Function Get1DAxis

Common/DataModel/vtkHyperTreeGrid.h:209–213  ·  view source on GitHub ↗

@{ * Return the index of the valid dimension. */

Source from the content-addressed store, hash-verified

207 * Return the index of the valid dimension.
208 */
209 void Get1DAxis(unsigned int& axis) const
210 {
211 assert("pre: valid_dim" && this->GetDimension() == 1);
212 axis = this->Axis[0];
213 }
214 ///@}
215
216 ///@{

Callers

nothing calls this directly

Calls 2

assertFunction · 0.50
GetDimensionMethod · 0.45

Tested by

no test coverage detected