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