mirror of
https://github.com/OpenCMT/uLib.git
synced 2025-12-06 07:21:31 +01:00
[uLib Geometry]
adds ImageSpace ImageMap and ImageData stats ProgrammableAccess to data
This commit is contained in:
@@ -35,25 +35,18 @@ namespace uLib {
|
||||
class ImageSpace : public ContainerBox {
|
||||
typedef ContainerBox BaseClass;
|
||||
public:
|
||||
ImageSpace(const Vector3i size);
|
||||
|
||||
using ContainerBox::SetOrigin;
|
||||
|
||||
// void SetSize(const Vector3f v);
|
||||
|
||||
// Vector3f GetSize() const;
|
||||
|
||||
void SetSpacing(const Vector3f spacing);
|
||||
|
||||
Vector3f GetSpacing() const;
|
||||
|
||||
// bool IsInsideBounds(const Vector4f pt) const;
|
||||
|
||||
Vector3i Find(const Vector4f pt) const;
|
||||
|
||||
void PrintSelf(std::ostream &o);
|
||||
|
||||
private:
|
||||
protected:
|
||||
using ContainerBox::GetSize;
|
||||
using ContainerBox::SetSize;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user