MCPcopy Create free account
hub / github.com/PDAL/PDAL / valid

Function valid

pdal/private/SrsTransform.hpp:85–86  ·  view source on GitHub ↗

Determine if this represents a valid transform. \return Whether the transform is valid or not.

Source from the content-addressed store, hash-verified

83 /// Determine if this represents a valid transform.
84 /// \return Whether the transform is valid or not.
85 bool valid() const
86 { return (bool)m_transform.get(); }
87
88private:
89 std::unique_ptr<OGRCoordinateTransformation> m_transform;

Callers 2

Bounds.cppFile · 0.50
is2dMethod · 0.50

Calls 1

getMethod · 0.45

Tested by

no test coverage detected