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

Method GeoreferenceFilter

filters/GeoreferenceFilter.cpp:93–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91};
92
93GeoreferenceFilter::GeoreferenceFilter()
94 : Filter(), Streamable(), m_config(new Config),
95 m_localCartesian(new georeference::LocalCartesian(0.0, 0.0, 0.0))
96
97{
98}
99GeoreferenceFilter::~GeoreferenceFilter() {}
100
101std::string GeoreferenceFilter::getName() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected