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

Method nonstandard

pdal/pdal_types.hpp:195–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193 { return (val * m_scale.m_val) + m_offset.m_val; }
194
195 bool nonstandard() const
196 {
197 return m_scale.m_auto || m_offset.m_auto ||
198 m_scale.m_val != 1.0 || m_offset.m_val != 0.0;
199 }
200};
201
202inline std::istream& operator>>(std::istream& in, XForm::XFormComponent& xfc)

Callers 9

addDimensionsMethod · 0.80
loadExtraDimsMethod · 0.80
addDimensionsMethod · 0.80
addDimensionsMethod · 0.80
loadMethod · 0.80
packMethod · 0.80
nonstandardFunction · 0.80
readyMethod · 0.80
writeXmlMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected