#include <image_with_type_with_dim.hh>
Inheritance diagram for oln::abstract::binary_image_with_dim< Dim, Exact >:
Public Types | |
typedef binary_image_with_dim< Dim, Exact > | self_type |
typedef Exact | exact_type |
Public Member Functions | |
exact_type & | operator= (self_type rhs) |
Perform a shallow copy between rhs and the current point, the points will not be duplicated but shared between the two images. | |
Static Public Member Functions | |
std::string | name () |
Definition at line 221 of file image_with_type_with_dim.hh.
|
Perform a shallow copy between rhs and the current point, the points will not be duplicated but shared between the two images.
Reimplemented from oln::abstract::non_vectorial_image_with_dim< Dim, Exact >. Definition at line 221 of file image_with_type_with_dim.hh.
00273 { |