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

ConstructorPOATie Class Reference

Inheritance diagram for ConstructorPOATie::

ConstructorPOA ConstructorOperations VxStructureFactoryOperations VxSegmentationFactoryOperations NJetFactoryOperations BSplineFactoryOperations PolylineFactoryOperations HistogramFactoryOperations MatrixFactoryOperations RgbBufferFactoryOperations ImageSeqFactoryOperations SFFactoryOperations ImageFactoryOperations TagListFactoryOperations List of all members.

Public Methods

 ConstructorPOATie (ConstructorOperations delegate)
 ConstructorPOATie (ConstructorOperations delegate, org.omg.PortableServer.POA poa)
ConstructorOperations _delegate ()
void _delegate (ConstructorOperations delegate)
org.omg.PortableServer.POA _default_POA ()
org.omg.CORBA.Object getInitialObject (String name)
String getLastError ()
TagList emptyTagList ()
TagList simpleIntTag (String name, int val)
TagList simpleFloatTag (String name, double val)
ImageRep importImage (ImageData data)
ImageRep fromSignature (ImageSignature sig, Sizes size)
ImageRep fromImage (ImageSignature sig, ImageRep src)
ImageRep fromValue (ImageSignature sig, Sizes size, PixValue val)
ImageRep fromByteData (int pixelDimensionality, int dimensions, Sizes size, byte[] data)
ImageRep fromShortData (int pixelDimensionality, int dimensions, Sizes size, short[] data)
ImageRep fromIntData (int pixelDimensionality, int dimensions, Sizes size, int[] data)
ImageRep fromFloatData (int pixelDimensionality, int dimensions, Sizes size, float[] data)
ImageRep fromDoubleData (int pixelDimensionality, int dimensions, Sizes size, double[] data)
ImageRep fromJavaRgb (ImageSignature sig, Sizes size, int[] pixels)
ImageRep fromGrayValue (ImageSignature sig, Sizes size, byte[] pixels)
ImageRep fromMatlab (ImageSignature sig, Sizes size, double[] pixels)
ImageRep fromNamedGenerator (ImageSignature sig, String generatorName, TagList tags)
ImageRep fromImport (ImageSignature sig, Sizes size, String importOp, TagList tags)
ImageRep from2Images (ImageRep i1, ImageRep i2)
ImageRep from3Images (ImageRep i1, ImageRep i2, ImageRep i3)
ImageRep fromFile (String fileName)
SF makeSFfromImage (ImageRep im)
SF makeFlatSF (ImageSignature sig, Sizes sz, PixValue val)
SF makeBoxSF (ImageSignature sig, Sizes sz, PixValue val)
SF makeCrossSF (ImageSignature sig, Sizes sz, PixValue val)
SF makeDiskSF (ImageSignature sig, Sizes sz, PixValue val)
SF makeDiamondSF (ImageSignature sig, Sizes sz, PixValue val)
SF makeGaussianSF (Sizes sz, double sigma)
SF makeParabolaSF (Sizes sz, double sigma)
ImageSeq constructImageSeq (String name)
ImageSeq constructBufferedImageSeq (String name, int bufSize)
void setUseMDC (int flag)
RgbBuffer createRgbBuffer (int size)
 Create an RgbBuffer with given size. More...

Matrix translate2d (double x, double y)
Matrix scale2d (double sx, double sy)
Matrix rotate2d (double alpha)
Matrix rotate2dDeg (double alpha)
Matrix reflect2d (boolean doX, boolean doY)
Matrix shear2d (double sx, double sy)
Matrix translate3d (double x, double y, double z)
Matrix scale3d (double sx, double sy, double sz)
Matrix rotateX3d (double alpha)
Matrix rotateX3dDeg (double alpha)
Matrix rotateY3d (double alpha)
Matrix rotateY3dDeg (double alpha)
Matrix rotateZ3d (double alpha)
Matrix rotateZ3dDeg (double alpha)
Matrix reflect3d (boolean doX, boolean doY, boolean doZ)
Matrix projection (double f)
Matrix camera (double f)
Matrix lift2dTo3dXY ()
Histogram makeHistogramFromFile (String filename)
Polyline2d importPolyline (Polyline2dData data)
Polyline2d createPolyline (PointR2[] points, boolean closed)
BSplineCurve makeUniformBSpline (Polyline2d cp, int degree)
BSplineCurve makeInterpolatingBSpline (Polyline2d cp)
SampledBSplineCurve makeUniformSampledBSpline (Polyline2d cp, int degree, double distance)
SampledBSplineCurve makeInterpolatingSampledBSpline (Polyline2d cp, double distance)
NJet makeNJet (ImageRep im, int N, double scale, double precision)
VxSegmentation makeVxSegmentation (String filename)
VxSegmentation importSegmentation (VxSegmentation seg)
VxStructure makeVxStructure (String base, String[] extLevels)

Constructor & Destructor Documentation

ConstructorPOATie::ConstructorPOATie ConstructorOperations    delegate [inline]
 

ConstructorPOATie::ConstructorPOATie ConstructorOperations    delegate,
org.omg.PortableServer.POA    poa
[inline]
 


Member Function Documentation

ConstructorOperations ConstructorPOATie::_delegate   [inline]
 

void ConstructorPOATie::_delegate ConstructorOperations    delegate [inline]
 

org.omg.PortableServer.POA ConstructorPOATie::_default_POA   [inline]
 

org.omg.CORBA.Object ConstructorPOATie::getInitialObject String    name [inline]
 

Reimplemented from ConstructorOperations.

String ConstructorPOATie::getLastError   [inline]
 

Reimplemented from ConstructorOperations.

TagList ConstructorPOATie::emptyTagList   [inline]
 

Reimplemented from TagListFactoryOperations.

TagList ConstructorPOATie::simpleIntTag String    name,
int    val
[inline]
 

Reimplemented from TagListFactoryOperations.

TagList ConstructorPOATie::simpleFloatTag String    name,
double    val
[inline]
 

Reimplemented from TagListFactoryOperations.

ImageRep ConstructorPOATie::importImage ImageData    data [inline]
 

Reimplemented from ImageFactoryOperations.

ImageRep ConstructorPOATie::fromSignature ImageSignature    sig,
Sizes    size
[inline]
 

Reimplemented from ImageFactoryOperations.

ImageRep ConstructorPOATie::fromImage ImageSignature    sig,
ImageRep    src
[inline]
 

Reimplemented from ImageFactoryOperations.

ImageRep ConstructorPOATie::fromValue ImageSignature    sig,
Sizes    size,
PixValue    val
[inline]
 

Reimplemented from ImageFactoryOperations.

ImageRep ConstructorPOATie::fromByteData int    pixelDimensionality,
int    dimensions,
Sizes    size,
byte    data[]
[inline]
 

Reimplemented from ImageFactoryOperations.

ImageRep ConstructorPOATie::fromShortData int    pixelDimensionality,
int    dimensions,
Sizes    size,
short    data[]
[inline]
 

Reimplemented from ImageFactoryOperations.

ImageRep ConstructorPOATie::fromIntData int    pixelDimensionality,
int    dimensions,
Sizes    size,
int    data[]
[inline]
 

Reimplemented from ImageFactoryOperations.

ImageRep ConstructorPOATie::fromFloatData int    pixelDimensionality,
int    dimensions,
Sizes    size,
float    data[]
[inline]
 

Reimplemented from ImageFactoryOperations.

ImageRep ConstructorPOATie::fromDoubleData int    pixelDimensionality,
int    dimensions,
Sizes    size,
double    data[]
[inline]
 

Reimplemented from ImageFactoryOperations.

ImageRep ConstructorPOATie::fromJavaRgb ImageSignature    sig,
Sizes    size,
int    pixels[]
[inline]
 

Reimplemented from ImageFactoryOperations.

ImageRep ConstructorPOATie::fromGrayValue ImageSignature    sig,
Sizes    size,
byte    pixels[]
[inline]
 

Reimplemented from ImageFactoryOperations.

ImageRep ConstructorPOATie::fromMatlab ImageSignature    sig,
Sizes    size,
double    pixels[]
[inline]
 

Reimplemented from ImageFactoryOperations.

ImageRep ConstructorPOATie::fromNamedGenerator ImageSignature    sig,
String    generatorName,
TagList    tags
[inline]
 

Reimplemented from ImageFactoryOperations.

ImageRep ConstructorPOATie::fromImport ImageSignature    sig,
Sizes    size,
String    importOp,
TagList    tags
[inline]
 

Reimplemented from ImageFactoryOperations.

ImageRep ConstructorPOATie::from2Images ImageRep    i1,
ImageRep    i2
[inline]
 

Reimplemented from ImageFactoryOperations.

ImageRep ConstructorPOATie::from3Images ImageRep    i1,
ImageRep    i2,
ImageRep    i3
[inline]
 

Reimplemented from ImageFactoryOperations.

ImageRep ConstructorPOATie::fromFile String    fileName [inline]
 

Reimplemented from ImageFactoryOperations.

SF ConstructorPOATie::makeSFfromImage ImageRep    im [inline]
 

Reimplemented from SFFactoryOperations.

SF ConstructorPOATie::makeFlatSF ImageSignature    sig,
Sizes    sz,
PixValue    val
[inline]
 

Reimplemented from SFFactoryOperations.

SF ConstructorPOATie::makeBoxSF ImageSignature    sig,
Sizes    sz,
PixValue    val
[inline]
 

Reimplemented from SFFactoryOperations.

SF ConstructorPOATie::makeCrossSF ImageSignature    sig,
Sizes    sz,
PixValue    val
[inline]
 

Reimplemented from SFFactoryOperations.

SF ConstructorPOATie::makeDiskSF ImageSignature    sig,
Sizes    sz,
PixValue    val
[inline]
 

Reimplemented from SFFactoryOperations.

SF ConstructorPOATie::makeDiamondSF ImageSignature    sig,
Sizes    sz,
PixValue    val
[inline]
 

Reimplemented from SFFactoryOperations.

SF ConstructorPOATie::makeGaussianSF Sizes    sz,
double    sigma
[inline]
 

Reimplemented from SFFactoryOperations.

SF ConstructorPOATie::makeParabolaSF Sizes    sz,
double    sigma
[inline]
 

Reimplemented from SFFactoryOperations.

ImageSeq ConstructorPOATie::constructImageSeq String    name [inline]
 

Reimplemented from ImageSeqFactoryOperations.

ImageSeq ConstructorPOATie::constructBufferedImageSeq String    name,
int    bufSize
[inline]
 

Reimplemented from ImageSeqFactoryOperations.

void ConstructorPOATie::setUseMDC int    flag [inline]
 

Reimplemented from ImageSeqFactoryOperations.

RgbBuffer ConstructorPOATie::createRgbBuffer int    size [inline]
 

Create an RgbBuffer with given size.

Reimplemented from RgbBufferFactoryOperations.

Matrix ConstructorPOATie::translate2d double    x,
double    y
[inline]
 

Reimplemented from MatrixFactoryOperations.

Matrix ConstructorPOATie::scale2d double    sx,
double    sy
[inline]
 

Reimplemented from MatrixFactoryOperations.

Matrix ConstructorPOATie::rotate2d double    alpha [inline]
 

Reimplemented from MatrixFactoryOperations.

Matrix ConstructorPOATie::rotate2dDeg double    alpha [inline]
 

Reimplemented from MatrixFactoryOperations.

Matrix ConstructorPOATie::reflect2d boolean    doX,
boolean    doY
[inline]
 

Reimplemented from MatrixFactoryOperations.

Matrix ConstructorPOATie::shear2d double    sx,
double    sy
[inline]
 

Reimplemented from MatrixFactoryOperations.

Matrix ConstructorPOATie::translate3d double    x,
double    y,
double    z
[inline]
 

Reimplemented from MatrixFactoryOperations.

Matrix ConstructorPOATie::scale3d double    sx,
double    sy,
double    sz
[inline]
 

Reimplemented from MatrixFactoryOperations.

Matrix ConstructorPOATie::rotateX3d double    alpha [inline]
 

Reimplemented from MatrixFactoryOperations.

Matrix ConstructorPOATie::rotateX3dDeg double    alpha [inline]
 

Reimplemented from MatrixFactoryOperations.

Matrix ConstructorPOATie::rotateY3d double    alpha [inline]
 

Reimplemented from MatrixFactoryOperations.

Matrix ConstructorPOATie::rotateY3dDeg double    alpha [inline]
 

Reimplemented from MatrixFactoryOperations.

Matrix ConstructorPOATie::rotateZ3d double    alpha [inline]
 

Reimplemented from MatrixFactoryOperations.

Matrix ConstructorPOATie::rotateZ3dDeg double    alpha [inline]
 

Reimplemented from MatrixFactoryOperations.

Matrix ConstructorPOATie::reflect3d boolean    doX,
boolean    doY,
boolean    doZ
[inline]
 

Reimplemented from MatrixFactoryOperations.

Matrix ConstructorPOATie::projection double    f [inline]
 

Reimplemented from MatrixFactoryOperations.

Matrix ConstructorPOATie::camera double    f [inline]
 

Reimplemented from MatrixFactoryOperations.

Matrix ConstructorPOATie::lift2dTo3dXY   [inline]
 

Reimplemented from MatrixFactoryOperations.

Histogram ConstructorPOATie::makeHistogramFromFile String    filename [inline]
 

Reimplemented from HistogramFactoryOperations.

Polyline2d ConstructorPOATie::importPolyline Polyline2dData    data [inline]
 

Reimplemented from PolylineFactoryOperations.

Polyline2d ConstructorPOATie::createPolyline PointR2    points[],
boolean    closed
[inline]
 

Reimplemented from PolylineFactoryOperations.

BSplineCurve ConstructorPOATie::makeUniformBSpline Polyline2d    cp,
int    degree
[inline]
 

Reimplemented from BSplineFactoryOperations.

BSplineCurve ConstructorPOATie::makeInterpolatingBSpline Polyline2d    cp [inline]
 

Reimplemented from BSplineFactoryOperations.

SampledBSplineCurve ConstructorPOATie::makeUniformSampledBSpline Polyline2d    cp,
int    degree,
double    distance
[inline]
 

Reimplemented from BSplineFactoryOperations.

SampledBSplineCurve ConstructorPOATie::makeInterpolatingSampledBSpline Polyline2d    cp,
double    distance
[inline]
 

Reimplemented from BSplineFactoryOperations.

NJet ConstructorPOATie::makeNJet ImageRep    im,
int    N,
double    scale,
double    precision
[inline]
 

Reimplemented from NJetFactoryOperations.

VxSegmentation ConstructorPOATie::makeVxSegmentation String    filename [inline]
 

Reimplemented from VxSegmentationFactoryOperations.

VxSegmentation ConstructorPOATie::importSegmentation VxSegmentation    seg [inline]
 

Reimplemented from VxSegmentationFactoryOperations.

VxStructure ConstructorPOATie::makeVxStructure String    base,
String    extLevels[]
[inline]
 

Reimplemented from VxStructureFactoryOperations.


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