| 508 | int GetTimeSeriesData(int ID, const char* vName, const char* vType, vtkFloatArray* result); |
| 509 | |
| 510 | int GetNumberOfEdgeBlockArrays() { return this->GetNumberOfObjects(EDGE_BLOCK); } |
| 511 | const char* GetEdgeBlockArrayName(int index) { return this->GetObjectName(EDGE_BLOCK, index); } |
| 512 | int GetEdgeBlockArrayStatus(const char* name) { return this->GetObjectStatus(EDGE_BLOCK, name); } |
| 513 | void SetEdgeBlockArrayStatus(const char* name, int flag) |
nothing calls this directly
no test coverage detected