OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
ossimTrimFilter Class Reference

#include <ossimTrimFilter.h>

Inheritance diagram for ossimTrimFilter:
ossimImageSourceFilter ossimImageSource ossimConnectableObjectListener ossimSource ossimListener ossimConnectableObject ossimErrorStatusInterface ossimObject ossimListenerManager ossimPropertyInterface ossimReferenced

Public Member Functions

 ossimTrimFilter ()
 
virtual ossimIrect getBoundingRect (ossim_uint32 resLevel=0) const
 This will return the bounding rect of the source. More...
 
virtual void getValidImageVertices (vector< ossimIpt > &validVertices, ossimVertexOrdering ordering=OSSIM_CLOCKWISE_ORDER, ossim_uint32 resLevel=0) const
 
ossimRefPtr< ossimImageDatagetTile (const ossimIrect &rect, ossim_uint32 resLevel=0)
 
virtual void initialize ()
 
virtual bool saveState (ossimKeywordlist &kwl, const char *prefix=NULL) const
 Method to save the state of an object to a keyword list. More...
 
virtual bool loadState (const ossimKeywordlist &kwl, const char *prefix=NULL)
 Method to the load (recreate) the state of an object from a keyword list. More...
 
virtual ossimRefPtr< ossimPropertygetProperty (const ossimString &name) const
 
virtual void setProperty (ossimRefPtr< ossimProperty > property)
 Set property. More...
 
virtual void getPropertyNames (std::vector< ossimString > &propertyNames) const
 Adds this objects properties to the list. More...
 
- Public Member Functions inherited from ossimImageSourceFilter
 ossimImageSourceFilter (ossimObject *owner=NULL)
 
 ossimImageSourceFilter (ossimImageSource *inputSource)
 
 ossimImageSourceFilter (ossimObject *owner, ossimImageSource *inputSource)
 
virtual void getOutputBandList (std::vector< ossim_uint32 > &bandList) const
 
virtual ossim_uint32 getNumberOfInputBands () const
 
bool canConnectMyInputTo (ossim_int32 inputIndex, const ossimConnectableObject *object) const
 required to be overriden by derived classes More...
 
virtual void connectInputEvent (ossimConnectionEvent &event)
 
virtual void disconnectInputEvent (ossimConnectionEvent &event)
 
virtual void propertyEvent (ossimPropertyEvent &event)
 
virtual void refreshEvent (ossimRefreshEvent &event)
 
- Public Member Functions inherited from ossimImageSource
 ossimImageSource (ossimObject *owner=0)
 
 ossimImageSource (ossimObject *owner, ossim_uint32 inputListSize, ossim_uint32 outputListSize, bool inputListIsFixedFlag=true, bool outputListIsFixedFlag=true)
 
virtual ~ossimImageSource ()
 
virtual ossimRefPtr< ossimImageDatagetTile (const ossimIpt &origin, ossim_uint32 resLevel=0)
 
virtual bool getTile (ossimImageData *result, ossim_uint32 resLevel=0)
 Method to get a tile. More...
 
virtual ossimObjectgetObject ()
 For RTTI support. More...
 
virtual const ossimObjectgetObject () const
 For RTTI support. More...
 
virtual void getDecimationFactor (ossim_uint32 resLevel, ossimDpt &result) const
 Will return the decimation factor for the given resolution level. More...
 
virtual void getDecimationFactors (std::vector< ossimDpt > &decimations) const
 Will return an array of all decimations for each resolution level. More...
 
virtual ossim_uint32 getNumberOfDecimationLevels () const
 Will return the number of resolution levels. More...
 
virtual ossim_uint32 getNumberOfOutputBands () const
 Returns the number of bands in a tile returned from this TileSource. More...
 
virtual ossimScalarType getOutputScalarType () const
 This will be used to query the output pixel type of the tile source. More...
 
virtual ossim_uint32 getTileWidth () const
 Returns the default processing tile width. More...
 
virtual ossim_uint32 getTileHeight () const
 Returns the default processing tile height. More...
 
virtual double getNullPixelValue (ossim_uint32 band=0) const
 Each band has a null pixel associated with it. More...
 
virtual double getMinPixelValue (ossim_uint32 band=0) const
 Returns the min pixel of the band. More...
 
virtual double getMaxPixelValue (ossim_uint32 band=0) const
 Returns the max pixel of the band. More...
 
virtual void getBoundingRect (ossimIrect &rect, ossim_uint32 resLevel=0) const
 Gets the bounding rectangle of the source. More...
 
virtual void getValidImageVertices (std::vector< ossimIpt > &validVertices, ossimVertexOrdering ordering=OSSIM_CLOCKWISE_ORDER, ossim_uint32 resLevel=0) const
 ordering specifies how the vertices should be arranged. More...
 
virtual ossimRefPtr< ossimImageGeometrygetImageGeometry ()
 Returns the image geometry object associated with this tile source or NULL if not defined. More...
 
virtual void setImageGeometry (const ossimImageGeometry *geom)
 Default implementation sets geometry of the first input to the geometry specified. More...
 
virtual void saveImageGeometry () const
 Default method to call input's saveImageGeometry. More...
 
virtual void saveImageGeometry (const ossimFilename &geometry_file) const
 Default method to call input's saveImageGeometry. More...
 
virtual bool isIndexedData () const
 
- Public Member Functions inherited from ossimSource
 ossimSource (ossimObject *owner=0)
 
 ossimSource (ossimObject *owner, ossim_uint32 inputListSize, ossim_uint32 outputListSize, bool inputListIsFixedFlag=true, bool outputListIsFixedFlag=true)
 
virtual ~ossimSource ()
 
virtual bool isSourceEnabled () const
 
virtual void enableSource ()
 
virtual void disableSource ()
 
virtual bool getEnableFlag () const
 
virtual void setEnableFlag (bool flag)
 
virtual bool isInitialized () const
 
virtual void setInitializedFlag (bool flag)
 
virtual std::ostream & print (std::ostream &out) const
 Outputs theErrorStatus as an ossimErrorCode and an ossimString. More...
 
- Public Member Functions inherited from ossimConnectableObject
 ossimConnectableObject (ossimObject *owner=0)
 Base constructor of this object. More...
 
 ossimConnectableObject (ossimObject *owner, ossim_int32 inputListSize, ossim_int32 outputListSize, bool inputListIsFixedFlag=true, bool outputListIsFixedFlag=true)
 
virtual ~ossimConnectableObject ()
 
void setId (const ossimId &id)
 All connectable objects will have id's. More...
 
const ossimIdgetId () const
 Will allow us to get this object's id. More...
 
const ossimObjectgetOwner () const
 Fetches the current owner, most likely a container but not limited to one. More...
 
virtual void changeOwner (ossimObject *owner)
 Permits changing the object's owner. More...
 
virtual void setDescription (const ossimString &description)
 
virtual ossimString getDescription () const
 
virtual bool isConnected (ossimConnectableObjectDirectionType direction=CONNECTABLE_DIRECTION_INPUT) const
 will check the direction specified to see if all slots are full. More...
 
 OSSIM_DEPRECATE_METHOD (virtual ossimConnectableObject *findConnectableObject(const ossimId &id))
 
 OSSIM_DEPRECATE_METHOD (virtual ossimConnectableObject *findObjectOfType(RTTItypeid typeId, ossimConnectableObjectDirectionType directionType, bool recurse=true))
 
 OSSIM_DEPRECATE_METHOD (virtual ossimConnectableObject *findObjectOfType(const ossimString &obj, ossimConnectableObjectDirectionType directionType, bool recurse=true))
 
 OSSIM_DEPRECATE_METHOD (virtual ossimConnectableObject *findInputObjectOfType(const ossimString &className))
 
virtual ossim_int32 findInputIndex (const ossimConnectableObject *object)
 Return a valid index of the input list if the passed in object is found else return -1. More...
 
virtual ossim_int32 findInputIndex (const ossimId &id)
 Return a valid index of the input list if the passed id is found else return -1. More...
 
virtual ossim_int32 findOutputIndex (const ossimConnectableObject *object)
 Return a valid index of the output list if the passed in object is found else return -1. More...
 
virtual ossim_int32 findOutputIndex (const ossimId &id)
 Return a valid index of the output list if the passed in object is found else return -1. More...
 
virtual ossim_int32 getMyInputIndexToConnectTo (ossimConnectableObject *object) const
 Should return the first available index to connect to. More...
 
virtual ossim_int32 getMyOutputIndexToConnectTo (ossimConnectableObject *object) const
 Should return the first available index to connect to. More...
 
virtual bool canConnectMyOutputTo (ossim_int32 myOutputIndex, const ossimConnectableObject *object) const
 default implementation is to allow anyone to connect to us. More...
 
virtual void disconnect (ossimConnectableObject *object=0)
 Will disconnect the object passed in. More...
 
virtual void disconnect (const ossimId &id)
 Will disconnect the object passed in. More...
 
virtual ossimRefPtr< ossimConnectableObjectdisconnectMyInput (ossim_int32 inputIndex, bool disconnectOutputFlag=true, bool createEventFlag=true)
 Will disconnect the object at the given input index and generate a connection event. More...
 
virtual void disconnectMyInput (ossimConnectableObject *input, bool disconnectOutputFlag=true, bool createEventFlag=true)
 Finds the index of the passed in input and calls disconnectMyInput(inputIndex, disconnectOutputFlag, createEventFlag);. More...
 
virtual void disconnectMyInputs (ConnectableObjectList &inputList, bool disconnectOutputFlag=true, bool createEventFlag=true)
 
virtual ossimRefPtr< ossimConnectableObjectdisconnectMyOutput (ossim_int32 outputIndex, bool disconnectInputFlag=true, bool createEventFlag=true)
 Will disconnect the object at the given output index and generate a connection event. More...
 
virtual void disconnectMyOutput (ossimConnectableObject *output, bool disconnectInputFlag=true, bool createEventFlag=true)
 Will disconnect the output object. More...
 
virtual void disconnectMyOutputs (ConnectableObjectList &outputList, bool disconnectOutputFlag=true, bool createEventFlag=true)
 
virtual void disconnectAllInputs ()
 Will disconnect all of the input objects. More...
 
virtual void disconnectAllOutputs ()
 Will disconnect all of the output objects. More...
 
virtual ossim_int32 connectMyInputTo (ossimConnectableObject *inputObject, bool makeOutputConnection=true, bool createEventFlag=true)
 Will try to connect this objects input to the passed in object. More...
 
virtual ossim_int32 connectMyInputTo (ossim_int32 inputIndex, ossimConnectableObject *inputObject, bool makeOutputConnection=true, bool createEventFlag=true)
 Will connect the specified input to the passed in object. More...
 
virtual bool connectMyInputTo (ConnectableObjectList &inputList, bool makeOutputConnection=true, bool createEventFlag=true)
 
virtual ossim_int32 connectMyOutputTo (ossimConnectableObject *outputObject, bool makeInputConnection=true, bool createEventFlag=true)
 Will try to connect this objects output to the passed in object. More...
 
virtual bool connectMyOutputTo (ConnectableObjectList &outputList, bool makeInputConnection=true, bool createEventFlag=true)
 
virtual bool connectInputList (ConnectableObjectList &inputList)
 Will disconnect itself from all inputs and reset to the passed in input list. More...
 
virtual bool connectOutputList (ConnectableObjectList &outputList)
 Will disconnect itself from all outputs and reset to the passed in output list. More...
 
virtual ossim_uint32 getNumberOfInputs () const
 Returns the number of input objects. More...
 
virtual ossim_uint32 getNumberOfOutputs () const
 Return the number of output objects. More...
 
ossimConnectableObjectgetInput (ossim_uint32 index=0)
 returns the object at the specified index. More...
 
const ossimConnectableObjectgetInput (ossim_uint32 index=0) const
 returns the object at the specified index. More...
 
ossimConnectableObjectgetOutput (ossim_uint32 index=0)
 returns the object at the specified index. More...
 
const ossimConnectableObjectgetOutput (ossim_uint32 index=0) const
 returns the object at the specified index. More...
 
virtual void setNumberOfInputs (ossim_int32 numberOfInputs)
 Will set the number of inputs. More...
 
virtual bool getInputListIsFixedFlag () const
 
virtual bool getOutputListIsFixedFlag () const
 
virtual void setNumberOfOutputs (ossim_int32 numberOfInputs)
 Will set the number of outputs. More...
 
const ConnectableObjectListgetInputList () const
 
const ConnectableObjectListgetOutputList () const
 
ConnectableObjectListgetInputList ()
 
ConnectableObjectListgetOutputList ()
 
 OSSIM_DEPRECATE_METHOD (virtual void findAllObjectsOfType(ConnectableObjectList &result, const RTTItypeid &typeInfo, bool recurse=true))
 
 OSSIM_DEPRECATE_METHOD (virtual void findAllObjectsOfType(ConnectableObjectList &result, const ossimString &className, bool recurse=true))
 
virtual void propagateEventToOutputs (ossimEvent &event)
 
virtual void propagateEventToInputs (ossimEvent &event)
 
virtual void setProperty (const ossimString &name, const ossimString &value)
 
virtual ossim_uint32 saveStateOfAllInputs (ossimKeywordlist &kwl, bool saveThisStateFlag=true, ossim_uint32 objectIndex=1, const char *prefix=0) const
 Save the state of all inputs to a keyword list. More...
 
virtual bool fillContainer (ossimConnectableContainer &container)
 Inserts this object and all of its children and inputs into the container provided. More...
 
bool moveInputUp (const ossimId &id)
 Moves the input connection matching id up one in the connection list. More...
 
bool moveInputDown (const ossimId &id)
 Moves the input connection matching id down one in the connection list. More...
 
bool moveInputToTop (const ossimId &id)
 Moves the input connection matching id to the top of the connection list. More...
 
bool moveInputToBottom (const ossimId &id)
 Moves the input connection matching id to the bottom of the connection list. More...
 
virtual void accept (ossimVisitor &visitor)
 We will add a visitor interface for all connectable objects. More...
 
- Public Member Functions inherited from ossimObject
 ossimObject ()
 
virtual ~ossimObject ()
 
virtual ossimObjectdup () const
 
virtual ossimString getShortName () const
 
virtual ossimString getLongName () const
 
virtual ossimString getClassName () const
 
virtual RTTItypeid getType () const
 
virtual bool canCastTo (ossimObject *obj) const
 
virtual bool canCastTo (const RTTItypeid &id) const
 
virtual bool canCastTo (const ossimString &parentClassName) const
 
virtual bool isEqualTo (const ossimObject &obj, ossimCompareType compareType=OSSIM_COMPARE_FULL) const
 
- Public Member Functions inherited from ossimReferenced
 ossimReferenced ()
 
 ossimReferenced (const ossimReferenced &)
 
ossimReferencedoperator= (const ossimReferenced &)
 
void ref () const
 increment the reference count by one, indicating that this object has another pointer which is referencing it. More...
 
void unref () const
 decrement the reference count by one, indicating that a pointer to this object is referencing it. More...
 
void unref_nodelete () const
 decrement the reference count by one, indicating that a pointer to this object is referencing it. More...
 
int referenceCount () const
 
- Public Member Functions inherited from ossimListenerManager
 ossimListenerManager ()
 
virtual ~ossimListenerManager ()
 
virtual void fireEvent (ossimEvent &event)
 
virtual bool addListener (ossimListener *listener)
 
virtual bool removeListener (ossimListener *listener)
 
virtual bool findListener (ossimListener *listener)
 
- Public Member Functions inherited from ossimPropertyInterface
 ossimPropertyInterface ()
 
virtual ~ossimPropertyInterface ()
 
virtual ossimString getPropertyValueAsString (const ossimString &name) const
 
void getPropertyList (std::vector< ossimRefPtr< ossimProperty > > &propertyList) const
 
void setProperties (std::vector< ossimRefPtr< ossimProperty > > &propertyList)
 
- Public Member Functions inherited from ossimErrorStatusInterface
 ossimErrorStatusInterface ()
 
virtual ~ossimErrorStatusInterface ()
 
virtual ossimErrorCode getErrorStatus () const
 
virtual ossimString getErrorStatusString () const
 
virtual void setErrorStatus (ossimErrorCode error_status) const
 
virtual void setErrorStatus () const
 
virtual void clearErrorStatus () const
 
bool hasError () const
 
- Public Member Functions inherited from ossimConnectableObjectListener
 ossimConnectableObjectListener ()
 
virtual ~ossimConnectableObjectListener ()
 
virtual void processEvent (ossimEvent &event)
 ProcessEvent. More...
 
virtual void objectDestructingEvent (ossimObjectDestructingEvent &)
 
virtual void connectionEvent (ossimConnectionEvent &)
 
virtual void disconnectOutputEvent (ossimConnectionEvent &)
 
virtual void connectOutputEvent (ossimConnectionEvent &)
 
virtual void addObjectEvent (ossimContainerEvent &)
 
virtual void removeObjectEvent (ossimContainerEvent &)
 
virtual void containerEvent (ossimContainerEvent &)
 
- Public Member Functions inherited from ossimListener
 ossimListener ()
 
virtual ~ossimListener ()
 
void enableListener ()
 
void disableListener ()
 
void setListenerEnableFlag (bool flag)
 
bool isListenerEnabled () const
 
bool getListenerEnableFlag () const
 

Protected Member Functions

virtual ~ossimTrimFilter ()
 
- Protected Member Functions inherited from ossimImageSourceFilter
virtual ~ossimImageSourceFilter ()
 
- Protected Member Functions inherited from ossimImageSource
 ossimImageSource (const ossimImageSource &rhs)
 
const ossimImageSourceoperator= (const ossimImageSource &)
 
- Protected Member Functions inherited from ossimSource
 ossimSource (const ossimSource &rhs)
 
const ossimSourceoperator= (const ossimSource &rhs)
 
- Protected Member Functions inherited from ossimConnectableObject
ossimConnectableObjectfindObjectOfType (ConnectableObjectList *connectableList, ossimVisitor &visitor)
 
- Protected Member Functions inherited from ossimReferenced
virtual ~ossimReferenced ()
 
- Protected Member Functions inherited from ossimListenerManager
 ossimListenerManager (const ossimListenerManager &rhs)
 

Protected Attributes

double theLeftPercent
 
double theRightPercent
 
double theTopPercent
 
double theBottomPercent
 
std::vector< ossimIpttheValidVertices
 
ossimRefPtr< ossimPolyCuttertheCutter
 
- Protected Attributes inherited from ossimImageSourceFilter
ossimImageSourcetheInputConnection
 
- Protected Attributes inherited from ossimSource
bool theEnableFlag
 
bool theInitializedFlag
 
- Protected Attributes inherited from ossimConnectableObject
ossimId theId
 
ossimString theDescription
 
ossimObjecttheOwner
 
bool theInputListIsFixedFlag
 Indicates whether the theInputObjectList is fixed. More...
 
bool theOutputListIsFixedFlag
 Indicates whether the theOutputObjectList is fixed. More...
 
ConnectableObjectList theInputObjectList
 Holds a list of input objects. More...
 
ConnectableObjectList theOutputObjectList
 Holds a list of output objects. More...
 
- Protected Attributes inherited from ossimListenerManager
std::list< ossimListener * > theListenerList
 
bool theEnabledFlag
 
std::list< ossimListener * > theDelayedAdd
 
std::list< ossimListener * > theDelayedRemove
 
bool theFireEventFlag
 
- Protected Attributes inherited from ossimErrorStatusInterface
ossimErrorCode theErrorStatus
 
- Protected Attributes inherited from ossimListener
bool theListenerEnableFlag
 

Additional Inherited Members

- Public Types inherited from ossimConnectableObject
enum  ossimConnectableObjectDirectionType { CONNECTABLE_DIRECTION_NONE = 0, CONNECTABLE_DIRECTION_INPUT = 1, CONNECTABLE_DIRECTION_OUTPUT = 2 }
 
typedef std::vector< ossimRefPtr< ossimConnectableObject > > ConnectableObjectList
 

Detailed Description

Definition at line 17 of file ossimTrimFilter.h.

Constructor & Destructor Documentation

◆ ossimTrimFilter()

ossimTrimFilter::ossimTrimFilter ( )

Definition at line 25 of file ossimTrimFilter.cpp.

References theCutter.

27  theLeftPercent(0.0),
28  theRightPercent(0.0),
29  theTopPercent(0.0),
30  theBottomPercent(0.0)
31 {
33 }
ossimImageSourceFilter(ossimObject *owner=NULL)
ossimRefPtr< ossimPolyCutter > theCutter

◆ ~ossimTrimFilter()

ossimTrimFilter::~ossimTrimFilter ( )
protectedvirtual

Definition at line 35 of file ossimTrimFilter.cpp.

References theCutter.

36 {
37  theCutter = 0;
38 }
ossimRefPtr< ossimPolyCutter > theCutter

Member Function Documentation

◆ getBoundingRect()

ossimIrect ossimTrimFilter::getBoundingRect ( ossim_uint32  resLevel = 0) const
virtual

This will return the bounding rect of the source.

We can have several sources which are in a chain to modify the bounding image rect. lets say you are next to an image handler then it will return the bounding rect for that image. If you are at the right side of a resampler then you will get a bounding rect along the image view plane. This is going to be a very import method for both image writers, mosaics or anything that needs to operate only within the bounds of an image.

Reimplemented from ossimImageSource.

Definition at line 204 of file ossimTrimFilter.cpp.

References getValidImageVertices(), ossimIrect::makeNan(), and OSSIM_CLOCKWISE_ORDER.

205 {
206 
207  vector<ossimIpt> validVertices;
208  ossimIrect result;
209  result.makeNan();
210  getValidImageVertices(validVertices, OSSIM_CLOCKWISE_ORDER, resLevel);
211 
212  if(validVertices.size())
213  {
214  result = ossimIrect(validVertices);
215  }
216 
217  return result;
218 }
virtual void getValidImageVertices(vector< ossimIpt > &validVertices, ossimVertexOrdering ordering=OSSIM_CLOCKWISE_ORDER, ossim_uint32 resLevel=0) const
void makeNan()
Definition: ossimIrect.h:329

◆ getProperty()

ossimRefPtr< ossimProperty > ossimTrimFilter::getProperty ( const ossimString name) const
virtual

Reimplemented from ossimImageSourceFilter.

Definition at line 287 of file ossimTrimFilter.cpp.

References ossimImageSourceFilter::getProperty(), ossimProperty::setFullRefreshBit(), theBottomPercent, theLeftPercent, theRightPercent, theTopPercent, and ossimString::toString().

288 {
289  ossimProperty* prop = 0;
290  if(name == "left_percent")
291  {
292  prop = new ossimNumericProperty(name,
294  0.0, 1.0);
295  prop->setFullRefreshBit();
296  }
297  else if(name == "right_percent")
298  {
299  prop = new ossimNumericProperty(name,
301  0.0, 1.0);
302  prop->setFullRefreshBit();
303  }
304  else if(name == "top_percent")
305  {
306  prop = new ossimNumericProperty(name,
308  0.0, 1.0);
309  prop->setFullRefreshBit();
310  }
311  else if(name == "bottom_percent")
312  {
313  prop = new ossimNumericProperty(name,
315  0.0, 1.0);
316  prop->setFullRefreshBit();
317  }
318 
319  if(prop) return prop;
320 
322 }
static ossimString toString(bool aValue)
Numeric to string methods.
void setFullRefreshBit()
virtual ossimRefPtr< ossimProperty > getProperty(const ossimString &name) const

◆ getPropertyNames()

void ossimTrimFilter::getPropertyNames ( std::vector< ossimString > &  propertyNames) const
virtual

Adds this objects properties to the list.

Parameters
propertyNamesArray to add to.
Note
This method does not clear propertyNames prior to adding it's names.

Reimplemented from ossimImageSourceFilter.

Definition at line 351 of file ossimTrimFilter.cpp.

352 {
353  propertyNames.push_back("left_percent");
354  propertyNames.push_back("right_percent");
355  propertyNames.push_back("top_percent");
356  propertyNames.push_back("bottom_percent");
357 }

◆ getTile()

ossimRefPtr< ossimImageData > ossimTrimFilter::getTile ( const ossimIrect rect,
ossim_uint32  resLevel = 0 
)
virtual
Returns
the requested region of interest

Reimplemented from ossimImageSource.

Definition at line 40 of file ossimTrimFilter.cpp.

References ossimDataObject::getDataObjectStatus(), ossimPolyCutter::getTile(), ossimImageSource::getTile(), ossimSource::isSourceEnabled(), OSSIM_EMPTY, OSSIM_NULL, theCutter, ossimImageSourceFilter::theInputConnection, theValidVertices, and ossimRefPtr< T >::valid().

43 {
45  {
46  return NULL;
47  }
48 
49  if(!theValidVertices.size())
50  {
51  return ossimImageSourceFilter::getTile(rect, resLevel);
52  }
53 
55  theCutter->getTile(rect, resLevel);
56 
57  if(!isSourceEnabled()||!tile.valid())
58  {
59  return tile;
60  }
61  if(tile->getDataObjectStatus() == OSSIM_NULL ||
63  {
64  return tile;
65  }
66 
67  return theCutter->getTile(rect, resLevel);
68 // theTile->setImageRectangle(rect);
69 // theTile->setDataObjectStatus(OSSIM_FULL);
70 
71 // theTile->makeBlank();
72 // ossimIrect boundingRect = getBoundingRect(resLevel);
73 // ossimIrect tileRect = tile->getImageRectangle();
74 // ossimIrect clipRect = boundingRect.clipToRect(tileRect);
75 
76 // theTile->loadTile(tile->getBuf(),
77 // tile->getImageRectangle(),
78 // clipRect,
79 // OSSIM_BSQ);
80 
81 // theTile->validate();
82 
83 }
virtual bool isSourceEnabled() const
Definition: ossimSource.cpp:79
bool valid() const
Definition: ossimRefPtr.h:75
virtual ossimRefPtr< ossimImageData > getTile(const ossimIrect &tileRect, ossim_uint32 resLevel=0)
virtual ossimDataObjectStatus getDataObjectStatus() const
std::vector< ossimIpt > theValidVertices
ossimImageSource * theInputConnection
ossimRefPtr< ossimPolyCutter > theCutter
virtual ossimRefPtr< ossimImageData > getTile(const ossimIpt &origin, ossim_uint32 resLevel=0)

◆ getValidImageVertices()

void ossimTrimFilter::getValidImageVertices ( vector< ossimIpt > &  validVertices,
ossimVertexOrdering  ordering = OSSIM_CLOCKWISE_ORDER,
ossim_uint32  resLevel = 0 
) const
virtual

Definition at line 85 of file ossimTrimFilter.cpp.

References FLT_EPSILON, ossimImageSource::getValidImageVertices(), ossimDpt::length(), theBottomPercent, theLeftPercent, theRightPercent, theTopPercent, ossimDpt::x, and ossimDpt::y.

Referenced by getBoundingRect(), and initialize().

89 {
91  ordering,
92  resLevel);
93  if(validVertices.size()==4)
94  {
95  ossimDpt averagePt((ossimDpt(validVertices[0])+
96  ossimDpt(validVertices[1])+
97  ossimDpt(validVertices[2])+
98  ossimDpt(validVertices[3]))*.25);
99  ossimDpt averageTop( ( ossimDpt(validVertices[0]+
100  validVertices[1])*.5) );
101  ossimDpt averageBottom( ( ossimDpt(validVertices[2]+
102  validVertices[3])*.5 ) );
103  ossimDpt averageLeft( (ossimDpt(validVertices[0]+
104  validVertices[3])*.5) );
105  ossimDpt averageRight( (ossimDpt(validVertices[1]+
106  validVertices[2])*.5) );
107 
108  ossimDpt topAxis = (averageTop-averagePt);
109  ossimDpt rightAxis = (averageRight-averagePt);
110  ossimDpt leftAxis = (averageLeft-averagePt);
111  ossimDpt bottomAxis = (averageBottom-averagePt);
112 
113  double topLen = topAxis.length();
114  double bottomLen = bottomAxis.length();
115  double rightLen = rightAxis.length();
116  double leftLen = leftAxis.length();
117 
118  if((topLen > FLT_EPSILON)&&
119  (bottomLen > FLT_EPSILON)&&
120  (leftLen > FLT_EPSILON)&&
121  (rightLen > FLT_EPSILON))
122  {
123  topAxis = topAxis*(1.0/topLen);
124  bottomAxis = bottomAxis*(1.0/bottomLen);
125  leftAxis = leftAxis*(1.0/leftLen);
126  rightAxis = rightAxis*(1.0/rightLen);
127 
128  ossim_uint32 idx = 0;
129  ossim_uint32 count = 0;
130  for(idx = 0; idx < validVertices.size(); ++idx)
131  {
132  ossimDpt axis[2];
133  double axisLen[2];
134  ossimDpt diff = validVertices[idx]-averagePt;
135  double testLen = (topAxis.x*diff.x+
136  topAxis.y*diff.y);
137  count = 0;
138  if(testLen >= -FLT_EPSILON)
139  {
140  axis[count] = topAxis;
141  axisLen[count] = testLen*(1.0-theTopPercent);
142  ++count;
143  }
144 
145  if(count < 2)
146  {
147  testLen = (bottomAxis.x*diff.x+
148  bottomAxis.y*diff.y);
149  if(testLen >= -FLT_EPSILON)
150  {
151  axis[count] = bottomAxis;
152  axisLen[count] = testLen*(1.0-theBottomPercent);
153  ++count;
154  }
155  }
156  if(count < 2)
157  {
158  testLen = (leftAxis.x*diff.x+
159  leftAxis.y*diff.y);
160  if(testLen >= -FLT_EPSILON)
161  {
162  axis[count] = leftAxis;
163  axisLen[count] = testLen*(1.0-theLeftPercent);
164  ++count;
165  }
166  }
167  if(count < 2)
168  {
169  testLen = (rightAxis.x*diff.x+
170  rightAxis.y*diff.y);
171  if(testLen >= -FLT_EPSILON)
172  {
173  axis[count] = rightAxis;
174  axisLen[count] = testLen*(1.0-theRightPercent);
175  ++count;
176  }
177  }
178  if(count == 2)
179  {
180  validVertices[idx] = (averagePt + (axis[0]*axisLen[0] +
181  axis[1]*axisLen[1]));
182  }
183  }
184  }
185  }
186 // ossimIrect rect = getBoundingRect();
187 
188 // if(ordering == OSSIM_CLOCKWISE_ORDER)
189 // {
190 // validVertices.push_back(rect.ul());
191 // validVertices.push_back(rect.ur());
192 // validVertices.push_back(rect.lr());
193 // validVertices.push_back(rect.ll());
194 // }
195 // else
196 // {
197 // validVertices.push_back(rect.ul());
198 // validVertices.push_back(rect.ll());
199 // validVertices.push_back(rect.lr());
200 // validVertices.push_back(rect.ur());
201 // }
202 }
double y
Definition: ossimDpt.h:165
double length() const
Definition: ossimDpt.h:81
#define FLT_EPSILON
virtual void getValidImageVertices(std::vector< ossimIpt > &validVertices, ossimVertexOrdering ordering=OSSIM_CLOCKWISE_ORDER, ossim_uint32 resLevel=0) const
ordering specifies how the vertices should be arranged.
unsigned int ossim_uint32
double x
Definition: ossimDpt.h:164

◆ initialize()

void ossimTrimFilter::initialize ( )
virtual

Reimplemented from ossimImageSourceFilter.

Definition at line 220 of file ossimTrimFilter.cpp.

References ossimConnectableObject::connectMyInputTo(), ossimConnectableObject::disconnectMyInput(), ossimConnectableObject::getInput(), getValidImageVertices(), ossimPolyCutter::initialize(), ossimPolyCutter::setNumberOfPolygons(), ossimPolyCutter::setPolygon(), theCutter, ossimImageSourceFilter::theInputConnection, and theValidVertices.

221 {
223  {
224  theCutter->disconnectMyInput(0, false, false);
225  if(getInput())
226  {
228  }
233  }
234 }
virtual ossimRefPtr< ossimConnectableObject > disconnectMyInput(ossim_int32 inputIndex, bool disconnectOutputFlag=true, bool createEventFlag=true)
Will disconnect the object at the given input index and generate a connection event.
ossimConnectableObject * getInput(ossim_uint32 index=0)
returns the object at the specified index.
std::vector< ossimIpt > theValidVertices
virtual void setPolygon(const vector< ossimDpt > &polygon, ossim_uint32 i=0)
ossimImageSource * theInputConnection
ossimRefPtr< ossimPolyCutter > theCutter
virtual void getValidImageVertices(vector< ossimIpt > &validVertices, ossimVertexOrdering ordering=OSSIM_CLOCKWISE_ORDER, ossim_uint32 resLevel=0) const
virtual ossim_int32 connectMyInputTo(ossimConnectableObject *inputObject, bool makeOutputConnection=true, bool createEventFlag=true)
Will try to connect this objects input to the passed in object.
virtual void initialize()
virtual void setNumberOfPolygons(ossim_uint32 count)

◆ loadState()

bool ossimTrimFilter::loadState ( const ossimKeywordlist kwl,
const char *  prefix = NULL 
)
virtual

Method to the load (recreate) the state of an object from a keyword list.

Return true if ok or false on error.

Reimplemented from ossimImageSourceFilter.

Definition at line 259 of file ossimTrimFilter.cpp.

References ossimKeywordlist::find(), ossimImageSourceFilter::loadState(), theBottomPercent, theLeftPercent, theRightPercent, theTopPercent, and ossimString::toDouble().

261 {
262  const char* leftPerc = kwl.find(prefix, "left_percent");
263  const char* rightPerc = kwl.find(prefix, "right_percent");
264  const char* topPerc = kwl.find(prefix, "top_percent");
265  const char* bottomPerc = kwl.find(prefix, "bottom_percent");
266 
267  if(leftPerc)
268  {
269  theLeftPercent = ossimString(leftPerc).toDouble();
270  }
271  if(rightPerc)
272  {
273  theRightPercent = ossimString(rightPerc).toDouble();
274  }
275  if(topPerc)
276  {
277  theTopPercent = ossimString(topPerc).toDouble();
278  }
279  if(bottomPerc)
280  {
281  theBottomPercent = ossimString(bottomPerc).toDouble();
282  }
283 
284  return ossimImageSourceFilter::loadState(kwl, prefix);
285 }
const char * find(const char *key) const
double toDouble() const
virtual bool loadState(const ossimKeywordlist &kwl, const char *prefix=0)
Method to the load (recreate) the state of an object from a keyword list.

◆ saveState()

bool ossimTrimFilter::saveState ( ossimKeywordlist kwl,
const char *  prefix = NULL 
) const
virtual

Method to save the state of an object to a keyword list.

Return true if ok or false on error.

Reimplemented from ossimImageSourceFilter.

Definition at line 236 of file ossimTrimFilter.cpp.

References ossimKeywordlist::add(), ossimImageSourceFilter::saveState(), theBottomPercent, theLeftPercent, theRightPercent, and theTopPercent.

238 {
239  kwl.add(prefix,
240  "left_percent",
242  true);
243  kwl.add(prefix,
244  "right_percent",
246  true);
247  kwl.add(prefix,
248  "top_percent",
250  true);
251  kwl.add(prefix,
252  "bottom_percent",
254  true);
255 
256  return ossimImageSourceFilter::saveState(kwl, prefix);
257 }
void add(const char *prefix, const ossimKeywordlist &kwl, bool overwrite=true)
virtual bool saveState(ossimKeywordlist &kwl, const char *prefix=0) const
Method to save the state of an object to a keyword list.

◆ setProperty()

void ossimTrimFilter::setProperty ( ossimRefPtr< ossimProperty property)
virtual

Set property.

Parameters
propertyProperty to set if property->getName() matches a property name of this object.

Reimplemented from ossimImageSourceFilter.

Definition at line 324 of file ossimTrimFilter.cpp.

References ossimImageSourceFilter::setProperty(), theBottomPercent, theLeftPercent, theRightPercent, theTopPercent, and ossimRefPtr< T >::valid().

325 {
326  if(!property.valid())return;
327  ossimString name = property->getName();
328 
329  if(name == "left_percent")
330  {
331  theLeftPercent = property->valueToString().toDouble();
332  }
333  else if(name == "right_percent")
334  {
335  theRightPercent = property->valueToString().toDouble();
336  }
337  else if(name == "top_percent")
338  {
339  theTopPercent = property->valueToString().toDouble();
340  }
341  else if(name == "bottom_percent")
342  {
343  theBottomPercent = property->valueToString().toDouble();
344  }
345  else
346  {
347  return ossimImageSourceFilter::setProperty(property);
348  }
349 }
virtual void setProperty(ossimRefPtr< ossimProperty > property)
bool valid() const
Definition: ossimRefPtr.h:75

Member Data Documentation

◆ theBottomPercent

double ossimTrimFilter::theBottomPercent
protected

◆ theCutter

ossimRefPtr<ossimPolyCutter> ossimTrimFilter::theCutter
protected

Definition at line 66 of file ossimTrimFilter.h.

Referenced by getTile(), initialize(), ossimTrimFilter(), and ~ossimTrimFilter().

◆ theLeftPercent

double ossimTrimFilter::theLeftPercent
protected

◆ theRightPercent

double ossimTrimFilter::theRightPercent
protected

◆ theTopPercent

double ossimTrimFilter::theTopPercent
protected

◆ theValidVertices

std::vector<ossimIpt> ossimTrimFilter::theValidVertices
protected

Definition at line 65 of file ossimTrimFilter.h.

Referenced by getTile(), and initialize().


The documentation for this class was generated from the following files: