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

Method GetNumberOfDataAttributes

IO/Geometry/vtkTecplotReader.cxx:562–566  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

560
561//------------------------------------------------------------------------------
562int vtkTecplotReader::GetNumberOfDataAttributes()
563{
564 return this->NumberOfVariables - (!(!(this->Internal->XIdInList + 1))) -
565 (!(!(this->Internal->YIdInList + 1))) - (!(!(this->Internal->ZIdInList + 1)));
566}
567
568//------------------------------------------------------------------------------
569const char* vtkTecplotReader::GetDataAttributeName(int attrIndx)

Callers 3

GetDataAttributeNameMethod · 0.95
GetDataArraysListMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected