Blender  V3.3
Public Types | Public Member Functions | List of all members
libmv::Image Class Reference

#include <image.h>

Public Types

enum  DataType {
  NONE , BYTE , FLOAT , INT ,
  SHORT
}
 

Public Member Functions

 Image (Array3Du *array)
 
 Image (Array3Df *array)
 
 Image (const Image &img)
 
int MemorySizeInBytes ()
 
 ~Image ()
 
Imageoperator= (const Image &f)
 
Array3DuAsArray3Du () const
 
Array3DfAsArray3Df () const
 

Detailed Description

Definition at line 40 of file libmv/libmv/image/image.h.

Member Enumeration Documentation

◆ DataType

enum libmv::Image::DataType
Enumerator
NONE 
BYTE 
FLOAT 
INT 
SHORT 

Definition at line 49 of file libmv/libmv/image/image.h.

Constructor & Destructor Documentation

◆ Image() [1/3]

libmv::Image::Image ( Array3Du array)
inline

Definition at line 43 of file libmv/libmv/image/image.h.

◆ Image() [2/3]

libmv::Image::Image ( Array3Df array)
inline

Definition at line 44 of file libmv/libmv/image/image.h.

◆ Image() [3/3]

libmv::Image::Image ( const Image img)
inline

Definition at line 46 of file libmv/libmv/image/image.h.

◆ ~Image()

libmv::Image::~Image ( )
inline

Definition at line 79 of file libmv/libmv/image/image.h.

References BYTE, FLOAT, INT, and SHORT.

Member Function Documentation

◆ AsArray3Df()

Array3Df* libmv::Image::AsArray3Df ( ) const
inline

Definition at line 122 of file libmv/libmv/image/image.h.

References FLOAT, and NULL.

◆ AsArray3Du()

Array3Du* libmv::Image::AsArray3Du ( ) const
inline

Definition at line 115 of file libmv/libmv/image/image.h.

References BYTE, and NULL.

◆ MemorySizeInBytes()

int libmv::Image::MemorySizeInBytes ( )
inline

Definition at line 58 of file libmv/libmv/image/image.h.

References BYTE, FLOAT, INT, SHORT, and size().

◆ operator=()

Image& libmv::Image::operator= ( const Image f)
inline

Definition at line 89 of file libmv/libmv/image/image.h.

References BYTE, FLOAT, INT, and SHORT.


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