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

Method IsAttributeLinear

Common/DataModel/vtkGenericAdaptorCell.cxx:138–141  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Description: Does the attribute `a' have no higher-order interpolation for the cell? \pre a_exists: a!=0 \post definition: result==(GetAttributeOrder()==1)

Source from the content-addressed store, hash-verified

136// \pre a_exists: a!=0
137// \post definition: result==(GetAttributeOrder()==1)
138vtkTypeBool vtkGenericAdaptorCell::IsAttributeLinear(vtkGenericAttribute* a)
139{
140 return this->GetAttributeOrder(a) == 1;
141}
142
143//------------------------------------------------------------------------------
144void vtkGenericAdaptorCell::GetBounds(double bounds[6])

Callers 6

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

Calls 1

GetAttributeOrderMethod · 0.80

Tested by

no test coverage detected