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

Method IsGeometryLinear

Common/DataModel/vtkGenericAdaptorCell.cxx:95–98  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Description: Does the cell have no higher-order interpolation for geometry? \post definition: result==(GetGeometryOrder()==1)

Source from the content-addressed store, hash-verified

93// Does the cell have no higher-order interpolation for geometry?
94// \post definition: result==(GetGeometryOrder()==1)
95int vtkGenericAdaptorCell::IsGeometryLinear()
96{
97 return this->GetGeometryOrder() == 1;
98}
99
100//------------------------------------------------------------------------------
101// Description:

Callers 8

ContourMethod · 0.95
ClipMethod · 0.95
TessellateMethod · 0.95
TriangulateFaceMethod · 0.95
GetErrorMethod · 0.45
GetErrorMethod · 0.45

Calls 1

GetGeometryOrderMethod · 0.80

Tested by

no test coverage detected