Searched refs:getMaxPoint (Results 1 – 9 of 9) sorted by relevance
38 const ossimPointRecord* ossimPointCloudSource::getMaxPoint() const in getMaxPoint() function in ossimPointCloudSource43 return ((ossimPointCloudSource*)getInput(0))->getMaxPoint(); in getMaxPoint()
533 if (m_pch.valid() && m_pch->getMinPoint() && m_pch->getMaxPoint()) in setCurrentEntry()538 m_maxPixel = m_pch->getMaxPoint()->getField(ossimPointRecord::Intensity); in setCurrentEntry()543 m_maxPixel = m_pch->getMaxPoint()->getField(ossimPointRecord::Red); in setCurrentEntry()548 m_maxPixel = m_pch->getMaxPoint()->getPosition().hgt; in setCurrentEntry()553 m_maxPixel = m_pch->getMaxPoint()->getField(ossimPointRecord::NumberOfReturns); in setCurrentEntry()
46 virtual const ossimPointRecord* getMaxPoint() const; in ossimPointCloudImageHandlerFactory()
74 virtual const ossimPointRecord* getMaxPoint() const { return m_maxRecord.get(); } in getMaxPoint() function
173 QPointF getMaxPoint ();
128 QPointF getMaxPoint ();
540 AnimNodeMgr::getMaxPoint () in getMaxPoint() function in netanim::AnimNodeMgr
163 Animxmlparser::getMaxPoint () in getMaxPoint() function in netanim::Animxmlparser
803 m_maxPoint = parser.getMaxPoint (); in parseXMLTraceFile()