--------------------------------------------------------------------------- * After instantiating, check that the domain is valid. If this returns false, * it means that the specified domain could not be located. */
| 203 | * it means that the specified domain could not be located. |
| 204 | */ |
| 205 | bool IsValid() { return (this->XMLDomain != nullptr); } |
| 206 | |
| 207 | //--------------------------------------------------------------------------- |
| 208 | vtkGraph* GetSIL() { return this->SIL; } |
no outgoing calls
no test coverage detected