Horus Doc || IDL Reference || C++ Binding   Java Binding || Doxygen's quick Index  

_ConstructorStub Class Reference

Inheritance diagram for _ConstructorStub::

Constructor VxStructureFactory VxSegmentationFactory NJetFactory BSplineFactory PolylineFactory HistogramFactory MatrixFactory RgbBufferFactory ImageSeqFactory SFFactory ImageFactory TagListFactory ConstructorOperations List of all members.

Public Methods

String[] _ids ()
org.omg.CORBA.Object getInitialObject (String _ob_a0)
String getLastError ()
TagList emptyTagList ()
TagList simpleIntTag (String _ob_a0, int _ob_a1)
TagList simpleFloatTag (String _ob_a0, double _ob_a1)
ImageRep importImage (ImageData _ob_a0)
ImageRep fromSignature (ImageSignature _ob_a0, Sizes _ob_a1)
ImageRep fromImage (ImageSignature _ob_a0, ImageRep _ob_a1)
ImageRep fromValue (ImageSignature _ob_a0, Sizes _ob_a1, PixValue _ob_a2)
ImageRep fromByteData (int _ob_a0, int _ob_a1, Sizes _ob_a2, byte[] _ob_a3)
ImageRep fromShortData (int _ob_a0, int _ob_a1, Sizes _ob_a2, short[] _ob_a3)
ImageRep fromIntData (int _ob_a0, int _ob_a1, Sizes _ob_a2, int[] _ob_a3)
ImageRep fromFloatData (int _ob_a0, int _ob_a1, Sizes _ob_a2, float[] _ob_a3)
ImageRep fromDoubleData (int _ob_a0, int _ob_a1, Sizes _ob_a2, double[] _ob_a3)
ImageRep fromJavaRgb (ImageSignature _ob_a0, Sizes _ob_a1, int[] _ob_a2)
ImageRep fromGrayValue (ImageSignature _ob_a0, Sizes _ob_a1, byte[] _ob_a2)
ImageRep fromMatlab (ImageSignature _ob_a0, Sizes _ob_a1, double[] _ob_a2)
ImageRep fromNamedGenerator (ImageSignature _ob_a0, String _ob_a1, TagList _ob_a2)
ImageRep fromImport (ImageSignature _ob_a0, Sizes _ob_a1, String _ob_a2, TagList _ob_a3)
ImageRep from2Images (ImageRep _ob_a0, ImageRep _ob_a1)
ImageRep from3Images (ImageRep _ob_a0, ImageRep _ob_a1, ImageRep _ob_a2)
ImageRep fromFile (String _ob_a0)
SF makeSFfromImage (ImageRep _ob_a0)
SF makeFlatSF (ImageSignature _ob_a0, Sizes _ob_a1, PixValue _ob_a2)
SF makeBoxSF (ImageSignature _ob_a0, Sizes _ob_a1, PixValue _ob_a2)
SF makeCrossSF (ImageSignature _ob_a0, Sizes _ob_a1, PixValue _ob_a2)
SF makeDiskSF (ImageSignature _ob_a0, Sizes _ob_a1, PixValue _ob_a2)
SF makeDiamondSF (ImageSignature _ob_a0, Sizes _ob_a1, PixValue _ob_a2)
SF makeGaussianSF (Sizes _ob_a0, double _ob_a1)
SF makeParabolaSF (Sizes _ob_a0, double _ob_a1)
ImageSeq constructImageSeq (String _ob_a0)
ImageSeq constructBufferedImageSeq (String _ob_a0, int _ob_a1)
void setUseMDC (int _ob_a0)
RgbBuffer createRgbBuffer (int _ob_a0)
 Create an RgbBuffer with given size. More...

Matrix translate2d (double _ob_a0, double _ob_a1)
Matrix scale2d (double _ob_a0, double _ob_a1)
Matrix rotate2d (double _ob_a0)
Matrix rotate2dDeg (double _ob_a0)
Matrix reflect2d (boolean _ob_a0, boolean _ob_a1)
Matrix shear2d (double _ob_a0, double _ob_a1)
Matrix translate3d (double _ob_a0, double _ob_a1, double _ob_a2)
Matrix scale3d (double _ob_a0, double _ob_a1, double _ob_a2)
Matrix rotateX3d (double _ob_a0)
Matrix rotateX3dDeg (double _ob_a0)
Matrix rotateY3d (double _ob_a0)
Matrix rotateY3dDeg (double _ob_a0)
Matrix rotateZ3d (double _ob_a0)
Matrix rotateZ3dDeg (double _ob_a0)
Matrix reflect3d (boolean _ob_a0, boolean _ob_a1, boolean _ob_a2)
Matrix projection (double _ob_a0)
Matrix camera (double _ob_a0)
Matrix lift2dTo3dXY ()
Histogram makeHistogramFromFile (String _ob_a0)
Polyline2d importPolyline (Polyline2dData _ob_a0)
Polyline2d createPolyline (PointR2[] _ob_a0, boolean _ob_a1)
BSplineCurve makeUniformBSpline (Polyline2d _ob_a0, int _ob_a1)
BSplineCurve makeInterpolatingBSpline (Polyline2d _ob_a0)
SampledBSplineCurve makeUniformSampledBSpline (Polyline2d _ob_a0, int _ob_a1, double _ob_a2)
SampledBSplineCurve makeInterpolatingSampledBSpline (Polyline2d _ob_a0, double _ob_a1)
NJet makeNJet (ImageRep _ob_a0, int _ob_a1, double _ob_a2, double _ob_a3)
VxSegmentation makeVxSegmentation (String _ob_a0)
VxSegmentation importSegmentation (VxSegmentation _ob_a0)
VxStructure makeVxStructure (String _ob_a0, String[] _ob_a1)

Static Public Attributes

final java.lang.Class _ob_opsClass = ConstructorOperations.class

Member Function Documentation

String [] _ConstructorStub::_ids   [inline]
 

org.omg.CORBA.Object _ConstructorStub::getInitialObject String    _ob_a0 [inline]
 

Reimplemented from ConstructorOperations.

String _ConstructorStub::getLastError   [inline]
 

Reimplemented from ConstructorOperations.

TagList _ConstructorStub::emptyTagList   [inline]
 

Reimplemented from TagListFactoryOperations.

TagList _ConstructorStub::simpleIntTag String    _ob_a0,
int    _ob_a1
[inline]
 

Reimplemented from TagListFactoryOperations.

TagList _ConstructorStub::simpleFloatTag String    _ob_a0,
double    _ob_a1
[inline]
 

Reimplemented from TagListFactoryOperations.

ImageRep _ConstructorStub::importImage ImageData    _ob_a0 [inline]
 

Reimplemented from ImageFactoryOperations.

ImageRep _ConstructorStub::fromSignature ImageSignature    _ob_a0,
Sizes    _ob_a1
[inline]
 

Reimplemented from ImageFactoryOperations.

ImageRep _ConstructorStub::fromImage ImageSignature    _ob_a0,
ImageRep    _ob_a1
[inline]
 

Reimplemented from ImageFactoryOperations.

ImageRep _ConstructorStub::fromValue ImageSignature    _ob_a0,
Sizes    _ob_a1,
PixValue    _ob_a2
[inline]
 

Reimplemented from ImageFactoryOperations.

ImageRep _ConstructorStub::fromByteData int    _ob_a0,
int    _ob_a1,
Sizes    _ob_a2,
byte    _ob_a3[]
[inline]
 

Reimplemented from ImageFactoryOperations.

ImageRep _ConstructorStub::fromShortData int    _ob_a0,
int    _ob_a1,
Sizes    _ob_a2,
short    _ob_a3[]
[inline]
 

Reimplemented from ImageFactoryOperations.

ImageRep _ConstructorStub::fromIntData int    _ob_a0,
int    _ob_a1,
Sizes    _ob_a2,
int    _ob_a3[]
[inline]
 

Reimplemented from ImageFactoryOperations.

ImageRep _ConstructorStub::fromFloatData int    _ob_a0,
int    _ob_a1,
Sizes    _ob_a2,
float    _ob_a3[]
[inline]
 

Reimplemented from ImageFactoryOperations.

ImageRep _ConstructorStub::fromDoubleData int    _ob_a0,
int    _ob_a1,
Sizes    _ob_a2,
double    _ob_a3[]
[inline]
 

Reimplemented from ImageFactoryOperations.

ImageRep _ConstructorStub::fromJavaRgb ImageSignature    _ob_a0,
Sizes    _ob_a1,
int    _ob_a2[]
[inline]
 

Reimplemented from ImageFactoryOperations.

ImageRep _ConstructorStub::fromGrayValue ImageSignature    _ob_a0,
Sizes    _ob_a1,
byte    _ob_a2[]
[inline]
 

Reimplemented from ImageFactoryOperations.

ImageRep _ConstructorStub::fromMatlab ImageSignature    _ob_a0,
Sizes    _ob_a1,
double    _ob_a2[]
[inline]
 

Reimplemented from ImageFactoryOperations.

ImageRep _ConstructorStub::fromNamedGenerator ImageSignature    _ob_a0,
String    _ob_a1,
TagList    _ob_a2
[inline]
 

Reimplemented from ImageFactoryOperations.

ImageRep _ConstructorStub::fromImport ImageSignature    _ob_a0,
Sizes    _ob_a1,
String    _ob_a2,
TagList    _ob_a3
[inline]
 

Reimplemented from ImageFactoryOperations.

ImageRep _ConstructorStub::from2Images ImageRep    _ob_a0,
ImageRep    _ob_a1
[inline]
 

Reimplemented from ImageFactoryOperations.

ImageRep _ConstructorStub::from3Images ImageRep    _ob_a0,
ImageRep    _ob_a1,
ImageRep    _ob_a2
[inline]
 

Reimplemented from ImageFactoryOperations.

ImageRep _ConstructorStub::fromFile String    _ob_a0 [inline]
 

Reimplemented from ImageFactoryOperations.

SF _ConstructorStub::makeSFfromImage ImageRep    _ob_a0 [inline]
 

Reimplemented from SFFactoryOperations.

SF _ConstructorStub::makeFlatSF ImageSignature    _ob_a0,
Sizes    _ob_a1,
PixValue    _ob_a2
[inline]
 

Reimplemented from SFFactoryOperations.

SF _ConstructorStub::makeBoxSF ImageSignature    _ob_a0,
Sizes    _ob_a1,
PixValue    _ob_a2
[inline]
 

Reimplemented from SFFactoryOperations.

SF _ConstructorStub::makeCrossSF ImageSignature    _ob_a0,
Sizes    _ob_a1,
PixValue    _ob_a2
[inline]
 

Reimplemented from SFFactoryOperations.

SF _ConstructorStub::makeDiskSF ImageSignature    _ob_a0,
Sizes    _ob_a1,
PixValue    _ob_a2
[inline]
 

Reimplemented from SFFactoryOperations.

SF _ConstructorStub::makeDiamondSF ImageSignature    _ob_a0,
Sizes    _ob_a1,
PixValue    _ob_a2
[inline]
 

Reimplemented from SFFactoryOperations.

SF _ConstructorStub::makeGaussianSF Sizes    _ob_a0,
double    _ob_a1
[inline]
 

Reimplemented from SFFactoryOperations.

SF _ConstructorStub::makeParabolaSF Sizes    _ob_a0,
double    _ob_a1
[inline]
 

Reimplemented from SFFactoryOperations.

ImageSeq _ConstructorStub::constructImageSeq String    _ob_a0 [inline]
 

Reimplemented from ImageSeqFactoryOperations.

ImageSeq _ConstructorStub::constructBufferedImageSeq String    _ob_a0,
int    _ob_a1
[inline]
 

Reimplemented from ImageSeqFactoryOperations.

void _ConstructorStub::setUseMDC int    _ob_a0 [inline]
 

Reimplemented from ImageSeqFactoryOperations.

RgbBuffer _ConstructorStub::createRgbBuffer int    _ob_a0 [inline]
 

Create an RgbBuffer with given size.

Reimplemented from RgbBufferFactoryOperations.

Matrix _ConstructorStub::translate2d double    _ob_a0,
double    _ob_a1
[inline]
 

Reimplemented from MatrixFactoryOperations.

Matrix _ConstructorStub::scale2d double    _ob_a0,
double    _ob_a1
[inline]
 

Reimplemented from MatrixFactoryOperations.

Matrix _ConstructorStub::rotate2d double    _ob_a0 [inline]
 

Reimplemented from MatrixFactoryOperations.

Matrix _ConstructorStub::rotate2dDeg double    _ob_a0 [inline]
 

Reimplemented from MatrixFactoryOperations.

Matrix _ConstructorStub::reflect2d boolean    _ob_a0,
boolean    _ob_a1
[inline]
 

Reimplemented from MatrixFactoryOperations.

Matrix _ConstructorStub::shear2d double    _ob_a0,
double    _ob_a1
[inline]
 

Reimplemented from MatrixFactoryOperations.

Matrix _ConstructorStub::translate3d double    _ob_a0,
double    _ob_a1,
double    _ob_a2
[inline]
 

Reimplemented from MatrixFactoryOperations.

Matrix _ConstructorStub::scale3d double    _ob_a0,
double    _ob_a1,
double    _ob_a2
[inline]
 

Reimplemented from MatrixFactoryOperations.

Matrix _ConstructorStub::rotateX3d double    _ob_a0 [inline]
 

Reimplemented from MatrixFactoryOperations.

Matrix _ConstructorStub::rotateX3dDeg double    _ob_a0 [inline]
 

Reimplemented from MatrixFactoryOperations.

Matrix _ConstructorStub::rotateY3d double    _ob_a0 [inline]
 

Reimplemented from MatrixFactoryOperations.

Matrix _ConstructorStub::rotateY3dDeg double    _ob_a0 [inline]
 

Reimplemented from MatrixFactoryOperations.

Matrix _ConstructorStub::rotateZ3d double    _ob_a0 [inline]
 

Reimplemented from MatrixFactoryOperations.

Matrix _ConstructorStub::rotateZ3dDeg double    _ob_a0 [inline]
 

Reimplemented from MatrixFactoryOperations.

Matrix _ConstructorStub::reflect3d boolean    _ob_a0,
boolean    _ob_a1,
boolean    _ob_a2
[inline]
 

Reimplemented from MatrixFactoryOperations.

Matrix _ConstructorStub::projection double    _ob_a0 [inline]
 

Reimplemented from MatrixFactoryOperations.

Matrix _ConstructorStub::camera double    _ob_a0 [inline]
 

Reimplemented from MatrixFactoryOperations.

Matrix _ConstructorStub::lift2dTo3dXY   [inline]
 

Reimplemented from MatrixFactoryOperations.

Histogram _ConstructorStub::makeHistogramFromFile String    _ob_a0 [inline]
 

Reimplemented from HistogramFactoryOperations.

Polyline2d _ConstructorStub::importPolyline Polyline2dData    _ob_a0 [inline]
 

Reimplemented from PolylineFactoryOperations.

Polyline2d _ConstructorStub::createPolyline PointR2    _ob_a0[],
boolean    _ob_a1
[inline]
 

Reimplemented from PolylineFactoryOperations.

BSplineCurve _ConstructorStub::makeUniformBSpline Polyline2d    _ob_a0,
int    _ob_a1
[inline]
 

Reimplemented from BSplineFactoryOperations.

BSplineCurve _ConstructorStub::makeInterpolatingBSpline Polyline2d    _ob_a0 [inline]
 

Reimplemented from BSplineFactoryOperations.

SampledBSplineCurve _ConstructorStub::makeUniformSampledBSpline Polyline2d    _ob_a0,
int    _ob_a1,
double    _ob_a2
[inline]
 

Reimplemented from BSplineFactoryOperations.

SampledBSplineCurve _ConstructorStub::makeInterpolatingSampledBSpline Polyline2d    _ob_a0,
double    _ob_a1
[inline]
 

Reimplemented from BSplineFactoryOperations.

NJet _ConstructorStub::makeNJet ImageRep    _ob_a0,
int    _ob_a1,
double    _ob_a2,
double    _ob_a3
[inline]
 

Reimplemented from NJetFactoryOperations.

VxSegmentation _ConstructorStub::makeVxSegmentation String    _ob_a0 [inline]
 

Reimplemented from VxSegmentationFactoryOperations.

VxSegmentation _ConstructorStub::importSegmentation VxSegmentation    _ob_a0 [inline]
 

Reimplemented from VxSegmentationFactoryOperations.

VxStructure _ConstructorStub::makeVxStructure String    _ob_a0,
String    _ob_a1[]
[inline]
 

Reimplemented from VxStructureFactoryOperations.


Member Data Documentation

final java.lang.Class _ConstructorStub::_ob_opsClass = ConstructorOperations.class [static]
 


The documentation for this class was generated from the following file:
Generated on Mon Jan 27 15:09:15 2003 for JavaBinding by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001