python.pyDM Namespace Reference

Python bindings pyDM of the OPALS Datamanager. More...

Classes

class  AddInfo
 AddInfo objects store a set of attributes. More...
class  AddInfoLayout
 AddInfo layouts describe a set of attributes that can be attached to geometry objects. More...
class  AddInfoLayoutFactory
 Interface to a factory object for creating AddInfo layouts. More...
class  AddInfoStatistics
 stores a statistics about a set of addinfo objects. More...
class  AnalyseDistance
class  Box
 Geometry object describing a 3d box. More...
class  Circle
 Geometry object describing a 2d circle. More...
class  ClassificationElement
 Element of a cross classification matrix. More...
class  ClassificationMatrix
 Object for storing a cross classification matrix. More...
class  ColumnSemantic
class  ColumnType
class  ControlObject
 Control object are used to get status information of extensive processing step and/or to interrupt those processing steps. More...
class  Cylinder
 Geometry object describing a finite 3d cylinder. More...
class  Datamanager
 Interface to an Datamanager (ODM) object. More...
class  Filter
  More...
class  GeometricAlgorithms
 provides a set of geometric algorithms (Douglas-Peucker algorithm, densification of lines) More...
class  GeometricOperations
 Geometric operations for geometry objects. More...
class  Geometry
 Base class of all geometry objects. More...
class  GeometryFilterIteratorRange
 Wrapper object for geometry iteration using filters. More...
class  GeometryFilterIteratorRangeLayout
 Wrapper object for geometry iteration using filters with a specific attribute layout. More...
class  GeometryIteratorRange
 Wrapper object for geometry iteration. More...
class  GeometryIteratorRangeLayout
 Wrapper object for geometry iteration with a specific attribute layout. More...
class  GeometryType
class  Histogram
 Class for representing a histogram. More...
class  HistogramIteratorRange
 Wrapper object for polygon face iteration. More...
class  HistogramSet
 Interface to a set of histograms. More...
class  HistogramValueIterRange
 Wrapper object for histogram value iteration. More...
class  IndexHelper
 Helper class for traversing a IndexMap object in multiple stages. More...
class  IndexHelperIteratorRange
 Wrapper object for index helper iteration. More...
class  IndexHelperSet
 Helper class for traversing a IndexMapSet object in multiple stages. More...
class  IndexHelperSetFactory
  More...
class  IndexMap
 Interface to a set of histograms. More...
class  IndexMapIteratorRange
 Wrapper object for index map iteration. More...
class  IndexMapSet
 Interface to a set of index map objects. More...
class  IndexMapSetFactory
 Interface to a set of index map objects. More...
class  IndexStats
 Object representing statistical information an spatial index. More...
class  IndexType
class  IntIteratorRange
 Wrapper object for integer value iteration. More...
class  NumpyConverter
 Converting points including their attributes into numpy arrays. More...
class  Orientation
class  Point
 3d point object More...
class  PointFilterIteratorRange
 Wrapper object for point iteration using filters with a specific attribute layout. More...
class  PointIndex
 Interface to a point index object managing the point objects within the datamanager. More...
class  PointIndexLeaf
 object representing a spatial leaf within a point index More...
class  PointIndexLeafIteratorRange
 Wrapper object for point index leaf iteration. More...
class  PointIteratorRange
 Wrapper object for point iteration. More...
class  PointIteratorRangeLayout
 Wrapper object for point iteration with a specific attribute layout. More...
class  PointKernel
class  Polygon
 interface to a 2.5d polygon of arbitrary complexity More...
class  PolygonFace
  More...
class  PolygonFaceIteratorRange
 Wrapper object for polygon face iteration. More...
class  PolygonFactory
 factory interface for creating polygon objects More...
class  Polyline
  More...
class  PolylineFactory
 factory interface for creating polyline objects More...
class  PolylineIndex
 Interface to an polyline and polygon index object managing all non point objects within the datamanager. More...
class  PolylinePart
  More...
class  PolylinePartIteratorRange
 Wrapper object for polyline part iteration. More...
class  Processor
  More...
class  SpatialQueryMode
class  Sphere
 3d sphere object More...
class  Window
 2d window object More...

Functions

def setLicenceFile
 Set full path of licence file.
def withRConverter
 returns flag if library comes with RConveter functionality

Detailed Description

Python bindings pyDM of the OPALS Datamanager.

Function Documentation

def python.pyDM.setLicenceFile (   arg1)

Set full path of licence file.

Parameters
arg1(type: str) mandatory parameter
Returns
(type: bool)
def python.pyDM.withRConverter ( )

returns flag if library comes with RConveter functionality

Returns
(type: bool)