Home | History | Annotate | Download | only in CL

Lines Matching full:image3d

2057 /*! \class Image3D
2060 class Image3D : public Image
2063 Image3D(
2086 Image3D() { }
2088 Image3D(const Image3D& image3D) : Image(image3D) { }
2090 Image3D& operator = (const Image3D& rhs)
2102 class Image3DGL : public Image3D
2128 Image3DGL() : Image3D() { }
2130 Image3DGL(const Image3DGL& image) : Image3D(image) { }
2135 Image3D::operator=(rhs);