62 if ( (i>0) || (p==0) )
65 return (p->
canCastTo(
"ossimPointCloudSource"));
virtual bool canConnectMyInputTo(ossim_int32, const ossimConnectableObject *) const
required to be overriden by derived classes
virtual const ossimPointRecord * getMinPoint() const
Assigns the two points with fields representing the extremes of the dataset.
ossimConnectableObject * getInput(ossim_uint32 index=0)
returns the object at the specified index.
unsigned int ossim_uint32
ossimPointRecord m_nullPCR
virtual ~ossimPointCloudSource()
virtual ossim_uint32 getFieldCode() const
Fetches the data fields ids available from this source, OR'd together for testing against specific fi...
virtual bool canCastTo(ossimObject *obj) const
RTTI_DEF1(ossimPointCloudSource, "ossimPointCloudSource", ossimSource)
virtual void setFieldCode(ossim_uint32 fieldCode)
Sets the data fields ID of interest for this source, and all input sources connected to this...
virtual const ossimPointRecord * getMaxPoint() const
ossimPointCloudSource(ossimObject *owner=0)