CFx SDK Documentation  2022 SP0
Classes | Macros | Typedefs | Functions
DbRasterImage.h File Reference
#include "TD_PackPush.h"
#include "Ge/GePoint2dArray.h"
#include "DbImage.h"
#include "DbRasterImageDef.h"
#include "TD_PackPop.h"

Go to the source code of this file.

Classes

class  OdDbRasterImage
 

Macros

#define __IMGENT_H   /*!DOM*/
 

Typedefs

typedef OdSmartPtr< OdDbRasterImageOdDbRasterImagePtr
 

Functions

void pixelToModel (const OdGeMatrix3d &xfm, const OdGePoint2d &pixelPoint, OdGePoint3d &modelPoint)
 
void modelToPixel (const OdGeMatrix3d &xfm, const OdGePoint3d &modelPoint, OdGePoint2d &pixelPoint)
 
void modelToPixel (const OdGeVector3d &viewDir, const OdGeMatrix3d &xfm, const OdGePlane &plane, const OdGePoint3d &modelPoint, OdGePoint2d &pixelPoint)
 
OdGeMatrix3d pixelToModelTransform (const OdGePoint3d &origin, const OdGeVector3d &u, const OdGeVector3d &v, double ySize)
 

Macro Definition Documentation

◆ __IMGENT_H

#define __IMGENT_H   /*!DOM*/

Definition at line 28 of file DbRasterImage.h.

Typedef Documentation

◆ OdDbRasterImagePtr

This template class is a specialization of the OdSmartPtr class for OdDbRasterImage object pointers.

Definition at line 446 of file DbRasterImage.h.

Function Documentation

◆ modelToPixel() [1/2]

void modelToPixel ( const OdGeMatrix3d xfm,
const OdGePoint3d modelPoint,
OdGePoint2d pixelPoint 
)
inline

Translates the specified point from model coordinates to pixel coordinates.

Parameters
xfm[in] Model->Pixel transformation matrix.
pixelPoint[out] Receives the pixel point.
modelPoint[in] Model point.
plane[in] Plane on which modelPoint is to be projected prior to transformation.
viewDir[in] Vector defining the projection direction.

Definition at line 410 of file DbRasterImage.h.

◆ modelToPixel() [2/2]

void modelToPixel ( const OdGeVector3d viewDir,
const OdGeMatrix3d xfm,
const OdGePlane plane,
const OdGePoint3d modelPoint,
OdGePoint2d pixelPoint 
)
inline

Definition at line 420 of file DbRasterImage.h.

◆ pixelToModel()

void pixelToModel ( const OdGeMatrix3d xfm,
const OdGePoint2d pixelPoint,
OdGePoint3d modelPoint 
)
inline

Translates the specified point from pixel coordinates to model coordinates.

Parameters
xf,[in]Pixel->Model transformation matrix.
pixelPoint[in] Pixel point.
modelPoint[out] Receives the Model point.

Definition at line 393 of file DbRasterImage.h.

◆ pixelToModelTransform()

OdGeMatrix3d pixelToModelTransform ( const OdGePoint3d origin,
const OdGeVector3d u,
const OdGeVector3d v,
double  ySize 
)
inline

Definition at line 432 of file DbRasterImage.h.