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

Function IsValid

IO/Xdmf2/vtkXdmfReaderInternal.h:205–205  ·  view source on GitHub ↗

--------------------------------------------------------------------------- * After instantiating, check that the domain is valid. If this returns false, * it means that the specified domain could not be located. */

Source from the content-addressed store, hash-verified

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; }

Callers 3

GetBoundsMethod · 0.50
AddBoundsMethod · 0.50
ProjectBoundsMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected