otb::FileName Class Reference

This class represents a file name. More...

#include <otbFileName.h>

Inheritance diagram for otb::FileName:

Inheritance graph
[legend]
Collaboration diagram for otb::FileName:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 FileName (const FileName &src)
 FileName (const ossimFilename &src)
 FileName (const ossimString &src)
 FileName (const char *src)
FileName ObtainFileNameWithNoExtension () const


Detailed Description

This class represents a file name.

It is derived from the ossimFilename class, which allows to manipulate a file name the appropriate methods to use it

Definition at line 36 of file otbFileName.h.


Member Function Documentation

FileName otb::FileName::ObtainFileNameWithNoExtension (  )  const

Return "t1" if file is "/data/images/t1.tif".

Definition at line 43 of file otbFileName.cxx.

00044 {
00045   return this->fileNoExtension();
00046 }


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

Generated at Wed Jul 14 17:01:00 2010 for OTB with doxygen 1.5.6