CImage3D

class Lib3MF::CImage3D : public CResource
std::string GetName()

returns the name of this Image3D

Returns:

the name of this Image3D

void SetName(const std::string &sName)

sets a new name of this Image3D

Parameters:

sName – the new name of this Image3D

bool IsImageStack()

Retrieves, if this Image3D is a ImageStack

Returns:

returns, whether the Image3D is an ImageStack

typedef std::shared_ptr<CImage3D> Lib3MF::PImage3D

Shared pointer to CImage3D to easily allow reference counting.