ngc 1.5.0
 
Loading...
Searching...
No Matches
ngcbIMGOP Class Reference

#include <ngcbIMGOP.hpp>

Public Member Functions

 ngcbIMGOP ()
 Constructor.
 
 ngcbIMGOP (int nx, int ny)
 Constructor with default dimension.
 
virtual ~ngcbIMGOP ()
 Destructor.
 
char * ErrMsg ()
 Error message.
 
int InitErr ()
 Return initialization error flag.
 
int Dim (int, int)
 Set dimension.
 
int Enable ()
 Enable.
 
void Disable ()
 Disable.
 
int Enabled ()
 Enabled.
 
int Status ()
 Get actual status (enabled/disabled)
 
int NX ()
 Get actual x-dimension.
 
int NY ()
 Get actual y-dimension.
 
void Clear ()
 Clear stored operations.
 
void Apply ()
 Apply operations to transformation buffer.
 
void Trans (void **buf1, void **buf2, int bitPix)
 Transform (buffer swap)
 
void Trans (void *buf1, void *buf2, int bitPix)
 Transform (buffer copy)
 
void Trans (void *buf, int bitPix)
 Transform (temporary buffer)
 
void Rot (int angle)
 Rotate clockwise.
 
void FlipX ()
 Flip in X-direction.
 
void FlipY ()
 Flip in Y-direction.
 

Detailed Description

Image post-processing class

Constructor & Destructor Documentation

◆ ngcbIMGOP() [1/2]

ngcbIMGOP::ngcbIMGOP ( )

Constructor.

◆ ngcbIMGOP() [2/2]

ngcbIMGOP::ngcbIMGOP ( int nx,
int ny )

Constructor with default dimension.

◆ ~ngcbIMGOP()

ngcbIMGOP::~ngcbIMGOP ( )
virtual

Destructor.

Member Function Documentation

◆ Apply()

void ngcbIMGOP::Apply ( )

Apply operations to transformation buffer.

◆ Clear()

void ngcbIMGOP::Clear ( )

Clear stored operations.

◆ Dim()

int ngcbIMGOP::Dim ( int nx,
int ny )

Set dimension.

◆ Disable()

void ngcbIMGOP::Disable ( )

Disable.

◆ Enable()

int ngcbIMGOP::Enable ( )

Enable.

◆ Enabled()

int ngcbIMGOP::Enabled ( )

Enabled.

◆ ErrMsg()

char * ngcbIMGOP::ErrMsg ( )

Error message.

◆ FlipX()

void ngcbIMGOP::FlipX ( )

Flip in X-direction.

◆ FlipY()

void ngcbIMGOP::FlipY ( )

Flip in Y-direction.

◆ InitErr()

int ngcbIMGOP::InitErr ( )

Return initialization error flag.

◆ NX()

int ngcbIMGOP::NX ( )

Get actual x-dimension.

◆ NY()

int ngcbIMGOP::NY ( )

Get actual y-dimension.

◆ Rot()

void ngcbIMGOP::Rot ( int angle)

Rotate clockwise.

◆ Status()

int ngcbIMGOP::Status ( )

Get actual status (enabled/disabled)

◆ Trans() [1/3]

void ngcbIMGOP::Trans ( void ** buf1,
void ** buf2,
int bitPix )

Transform (buffer swap)

◆ Trans() [2/3]

void ngcbIMGOP::Trans ( void * buf,
int bitPix )

Transform (temporary buffer)

◆ Trans() [3/3]

void ngcbIMGOP::Trans ( void * buf1,
void * buf2,
int bitPix )

Transform (buffer copy)


The documentation for this class was generated from the following files: