bicotiDexel
bicotiDexelCurve
bicotiDexelCurveOpen
bicotiDexelCurveClosed
Templates Clases
CoordType
PixelType
class bicotiDexelCurveOpen < class CoodrType , class PixelType >
bicotiDexelCurveOpen
( bicotiImageImplementation< PixelType > *, const vector<
CoordType >& ,
bicotiCoordinateInterpolator1DOpen< CoordType > * , bicotiImagePixelInterpolator<
PixelType > * )
bicotiDexelCurveOpen
( )
void
SetInfo ( bicotiImageImplementation<
PixelType > *, const vector< CoordType >& ,
bicotiCoordinateInterpolator1DOpen< CoordType > * , bicotiImagePixelInterpolator<
PixelType > * )
void
SetImageImplementation ( bicotiImageImplamentation<
PixelType > * )
void
UpdateImageImplementation ( )
void
UpdateDexel ( )
void
UndoUpdateImageImplementation ( )
CoordType
operator ( ) ( double )
CoordType
GetCoordinate ( double )
CoordType
GetDerivate ( double )
CoordType
GetDerivate2 ( double )
CoordType
GetDerivate3 ( double )
PixelType
GetPixel ( double )
vector<
CoordType >& ListCoordinates ( )
void
SetPixel ( double, PixelType )
unsigned
GetPointsNumber ( )
CoordType
GetPoint ( unsigned )
double
GetOffset ( unsigned )
void
ModifyPixels ( bicotiPixelOperatorUnary<
PixelType > * )
Constructor, los parámetros
son :
ptr_ima -- puntero a la imagen sobre la cual se traza la curva.
vect -- vector ( de la STL ) con las coordenadas de los puntos que definen
a la curva.
ptr_coord_int -- puntero a un interpolador de coordenadas , "Open"
porque la curva es
abierta.
ptr_ima_int -- puntero a un interpolador de pixeles para la imagen.
Constructor
por defecto, no le paso parámetros.
Cuando se usa este constructor hay que usar la función
SetInfo para setearle los parámetros.
Esta función sirve para
setear los parámetros de la curva luego de que esta se ha creado.
Los parámetros son :
ptr_ima -- puntero a la imagen sobre la cual se traza la curva.
vect -- vector ( de la STL ) con las coordenadas de los puntos que definen
a la curva.
ptr_coord_int -- puntero a un interpolador de coordenadas , "Open"
porque la curva es
abierta.
ptr_ima_int -- puntero a un interpolador de pixeles para la imagen.
Esta es una función común a todos los Dexels. Se declara virtual en bicotiDexel y se implementa en las clases derivadas. Ver SetImageImplementation en bicotiDexel.
Esta es una función común a todos los Dexels. Se declara virtual en bicotiDexel y se implementa en las clases derivadas. Ver UpdateImageImplementation en bicotiDexel.
Esta es una función común a todos los Dexels. Se declara virtual en bicotiDexel y se implementa en las clases derivadas.Ver UpdateDexel en bicotiDexel.
Ver UndoUpdateImageImplementation( ) en bicotiDexelCurve.
Ver operator( ) en bicotiDexelCurve.
Ver GetCoordinate en bicotiDexelCurve.
Ver GetDerivate en bicotiDexelCurve.
Ver GetDerivate2 en bicotiDexelCurve.
Ver GetDerivate3 en bicotiDexelCurve.
Ver GetPixel en bicotiDexelCurve.
Ver ListCoordinates en bicotiDexelCurve.
Ver SetPixel en bicotiDexelCurve.
Ver GetLenght en bicotiDexelCurve.
Ver GetPointsNumber en bicotiDexelCurve.
Ver GetPoint en bicotiDexelCurve.
Ver GetOffset en bicotiDexelCurve.
Ver ModifyPixels en bicotiDexelCurve.