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

Method GetName

Testing/GenericBridge/vtkBridgeAttribute.cxx:37–40  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Description: Name of the attribute. (e.g. "velocity") \post result_may_not_exist: result!=0 || result==0

Source from the content-addressed store, hash-verified

35// Name of the attribute. (e.g. "velocity")
36// \post result_may_not_exist: result!=0 || result==0
37const char* vtkBridgeAttribute::GetName()
38{
39 return this->Data->GetArray(this->AttributeNumber)->GetName();
40}
41
42//------------------------------------------------------------------------------
43// Description:

Callers 5

GetArrayNameFunction · 0.45
PointMatchingWorkerMethod · 0.45
TestFieldDataFunction · 0.45
CheckTreeEqualFunction · 0.45

Calls 1

GetArrayMethod · 0.45

Tested by 5

GetArrayNameFunction · 0.36
PointMatchingWorkerMethod · 0.36
TestFieldDataFunction · 0.36
CheckTreeEqualFunction · 0.36