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

Method GetAttributeOrder

Testing/GenericBridge/vtkBridgeCell.cxx:179–184  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Description: Interpolation order of attribute `a' on the cell (may differ by cell). \pre a_exists: a!=0 \post positive_result: result>=0

Source from the content-addressed store, hash-verified

177// \pre a_exists: a!=0
178// \post positive_result: result>=0
179int vtkBridgeCell::GetAttributeOrder(vtkGenericAttribute* vtkNotUsed(a))
180{
181 int result = this->GetGeometryOrder();
182 assert("post: positive_result" && result >= 0);
183 return result;
184}
185
186//------------------------------------------------------------------------------
187// Description:

Callers 2

IsAttributeLinearMethod · 0.80

Calls 2

GetGeometryOrderMethod · 0.95
assertFunction · 0.50

Tested by

no test coverage detected