Public Member Functions | Public Attributes | Private Attributes | List of all members
distance_transform::image< T > Class Template Reference

#include <image.h>

Public Member Functions

image< T > * copy () const
 
int height () const
 
 image (const int width, const int height, const bool init=true)
 
void init (const T &val)
 
int width () const
 
 ~image ()
 

Public Attributes

T ** access
 
T * data
 

Private Attributes

int h
 
int w
 

Detailed Description

template<class T>
class distance_transform::image< T >

Definition at line 29 of file image.h.

Constructor & Destructor Documentation

template<class T >
distance_transform::image< T >::image ( const int  width,
const int  height,
const bool  init = true 
)

Definition at line 66 of file image.h.

template<class T >
distance_transform::image< T >::~image ( )

Definition at line 81 of file image.h.

Member Function Documentation

template<class T >
image< T > * distance_transform::image< T >::copy ( ) const

Definition at line 95 of file image.h.

template<class T>
int distance_transform::image< T >::height ( ) const
inline

Definition at line 47 of file image.h.

template<class T >
void distance_transform::image< T >::init ( const T &  val)

Definition at line 87 of file image.h.

template<class T>
int distance_transform::image< T >::width ( ) const
inline

Definition at line 44 of file image.h.

Member Data Documentation

template<class T>
T** distance_transform::image< T >::access

Definition at line 53 of file image.h.

template<class T>
T* distance_transform::image< T >::data

Definition at line 50 of file image.h.

template<class T>
int distance_transform::image< T >::h
private

Definition at line 56 of file image.h.

template<class T>
int distance_transform::image< T >::w
private

Definition at line 56 of file image.h.


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


grid_map_sdf
Author(s): Takahiro Miki , Péter Fankhauser
autogenerated on Tue Jun 1 2021 02:13:49