OTB  10.0.0
Orfeo Toolbox
Classes | Namespaces | Enumerations
otbDataNode.h File Reference
#include "itkPoint.h"
#include "otbPolygon.h"
#include "otbObjectList.h"
#include "otbVectorDataKeywordlist.h"
#include "ogrsf_frmts.h"
#include <string>
#include "otbDataNode.hxx"
+ Include dependency graph for otbDataNode.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  otb::DataNode< TPrecision, VDimension, TValuePrecision >
 
struct  otb::DataNode< TPrecision, VDimension, TValuePrecision >::DataType
 

Namespaces

 otb
 

Enumerations

enum  otb::NodeType {
  otb::ROOT = 0 ,
  otb::DOCUMENT = 1 ,
  otb::FOLDER = 2 ,
  otb::FEATURE_POINT = 3 ,
  otb::FEATURE_LINE = 4 ,
  otb::FEATURE_POLYGON = 5 ,
  otb::FEATURE_MULTIPOINT = 6 ,
  otb::FEATURE_MULTILINE = 7 ,
  otb::FEATURE_MULTIPOLYGON = 8 ,
  otb::FEATURE_COLLECTION = 9
}