SOFA plugin: image  master
Open source framework for multi-physics simuation
sofa::defaulttype::BaseImage Struct Referenceabstract

#include <CImgData.h>

a virtual, non templated Image class that can be allocated without knowing its exact type More...

Inheritance diagram for sofa::defaulttype::BaseImage:

Detailed Description

a virtual, non templated Image class that can be allocated without knowing its exact type

Public Member Functions

virtual void setDimensions (const imCoord &dim)=0
 
virtual void fill (const SReal val)=0
 
virtual ~BaseImage ()
 

Constructor details

◆ ~BaseImage()

virtual sofa::defaulttype::BaseImage::~BaseImage ( )
inlinevirtual

Function details

◆ fill()

virtual void sofa::defaulttype::BaseImage::fill ( const SReal  val)
pure virtual

◆ setDimensions()

virtual void sofa::defaulttype::BaseImage::setDimensions ( const imCoord dim)
pure virtual