Home
last modified time | relevance | path

Searched refs:Vector3ub (Results 1 – 25 of 116) sorted by relevance

12345

/dports/science/py-avogadrolibs/avogadrolibs-1.94.0/avogadro/rendering/
H A Dcylindergeometry.h30 const Vector3ub& c, const Vector3ub& c2 = Vector3ub::Zero())
41 Vector3ub color;
42 Vector3ub color2;
97 const Vector3ub& color);
108 const Vector3ub& color1, const Vector3ub& color2);
119 const Vector3ub& color, size_t index);
131 const Vector3ub& color, const Vector3ub& color2,
H A Dscene.h54 Vector3ub color; // 3 bytes
59 ColorTextureVertex(const Vector3f& p, const Vector3ub& c, const Vector2f& t,
70 static_cast<int>(sizeof(Vector3ub) + sizeof(unsigned char)); in textureCoordOffset()
81 Vector3ub color; // 3 bytes
87 ColorNormalVertex(const Vector3ub& c, const Vector3f& n, const Vector3f& v) in ColorNormalVertex()
95 return static_cast<int>(sizeof(Vector3ub) + sizeof(unsigned char)); in normalOffset()
H A Dprimitive.h87 Primitive(Identifier id, const Vector3ub& color_) in Primitive()
95 const Vector3ub& color() const { return m_color; } in color()
96 void setColor(const Vector3ub& c) { m_color = c; } in setColor()
100 Vector3ub m_color;
107 const Vector3ub& color_) in Sphere()
128 float radius_, Primitive::Identifier id, const Vector3ub& color_) in Cylinder()
H A Dvrmlvisitor.h64 void setBackgroundColor(const Vector3ub& c) { m_backgroundColor = c; } in setBackgroundColor()
65 void setAmbientColor(const Vector3ub& c) { m_ambientColor = c; } in setAmbientColor()
70 Vector3ub m_backgroundColor;
71 Vector3ub m_ambientColor;
H A Dpovrayvisitor.h64 void setBackgroundColor(const Vector3ub& c) { m_backgroundColor = c; } in setBackgroundColor()
65 void setAmbientColor(const Vector3ub& c) { m_ambientColor = c; } in setAmbientColor()
70 Vector3ub m_backgroundColor;
71 Vector3ub m_ambientColor;
H A Dlinestripgeometry.h89 const Core::Array<Vector3ub>& color, float lineWidth);
98 void setColor(const Vector3ub& c) { m_color = c; } in setColor()
99 Vector3ub color() const { return m_color; } in color()
124 Vector3ub m_color;
H A Dmeshgeometry.h95 const Core::Array<Vector3ub>& colors);
136 void setColor(const Vector3ub& c) { m_color = c; } in setColor()
137 Vector3ub color() const { return m_color; } in color()
160 Vector3ub m_color;
/dports/science/avogadrolibs/avogadrolibs-1.94.0/avogadro/rendering/
H A Dcylindergeometry.h30 const Vector3ub& c, const Vector3ub& c2 = Vector3ub::Zero())
41 Vector3ub color;
42 Vector3ub color2;
97 const Vector3ub& color);
108 const Vector3ub& color1, const Vector3ub& color2);
119 const Vector3ub& color, size_t index);
131 const Vector3ub& color, const Vector3ub& color2,
H A Dscene.h54 Vector3ub color; // 3 bytes
59 ColorTextureVertex(const Vector3f& p, const Vector3ub& c, const Vector2f& t,
70 static_cast<int>(sizeof(Vector3ub) + sizeof(unsigned char)); in textureCoordOffset()
81 Vector3ub color; // 3 bytes
87 ColorNormalVertex(const Vector3ub& c, const Vector3f& n, const Vector3f& v) in ColorNormalVertex()
95 return static_cast<int>(sizeof(Vector3ub) + sizeof(unsigned char)); in normalOffset()
H A Dprimitive.h87 Primitive(Identifier id, const Vector3ub& color_) in Primitive()
95 const Vector3ub& color() const { return m_color; } in color()
96 void setColor(const Vector3ub& c) { m_color = c; } in setColor()
100 Vector3ub m_color;
107 const Vector3ub& color_) in Sphere()
128 float radius_, Primitive::Identifier id, const Vector3ub& color_) in Cylinder()
H A Dvrmlvisitor.h64 void setBackgroundColor(const Vector3ub& c) { m_backgroundColor = c; } in setBackgroundColor()
65 void setAmbientColor(const Vector3ub& c) { m_ambientColor = c; } in setAmbientColor()
70 Vector3ub m_backgroundColor;
71 Vector3ub m_ambientColor;
H A Dpovrayvisitor.h64 void setBackgroundColor(const Vector3ub& c) { m_backgroundColor = c; } in setBackgroundColor()
65 void setAmbientColor(const Vector3ub& c) { m_ambientColor = c; } in setAmbientColor()
70 Vector3ub m_backgroundColor;
71 Vector3ub m_ambientColor;
H A Dlinestripgeometry.h89 const Core::Array<Vector3ub>& color, float lineWidth);
98 void setColor(const Vector3ub& c) { m_color = c; } in setColor()
99 Vector3ub color() const { return m_color; } in color()
124 Vector3ub m_color;
H A Dmeshgeometry.h95 const Core::Array<Vector3ub>& colors);
136 void setColor(const Vector3ub& c) { m_color = c; } in setColor()
137 Vector3ub color() const { return m_color; } in color()
160 Vector3ub m_color;
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/libdoomsday/include/doomsday/resource/
H A Dcolorpalette.h56 static QVector<de::Vector3ub> read(de::String format, int colorCount,
88 ColorPalette(QVector<de::Vector3ub> const &colors);
91 inline de::Vector3ub operator [] (int colorIndex) const {
115 de::Vector3ub color(int colorIndex) const;
131 ColorPalette &replaceColorTable(QVector<de::Vector3ub> const &colorTable);
140 int nearestIndex(de::Vector3ub const &rgb) const;
/dports/graphics/colmap/colmap-3.6/src/base/
H A Dpoint3d.h63 inline const Eigen::Vector3ub& Color() const;
64 inline Eigen::Vector3ub& Color();
67 inline void SetColor(const Eigen::Vector3ub& color);
83 Eigen::Vector3ub color_;
112 const Eigen::Vector3ub& Point3D::Color() const { return color_; } in Color()
114 Eigen::Vector3ub& Point3D::Color() { return color_; } in Color()
120 void Point3D::SetColor(const Eigen::Vector3ub& color) { color_ = color; } in SetColor()
/dports/science/py-avogadrolibs/avogadrolibs-1.94.0/tests/qtopengl/
H A Dglwidgettest.cpp32 using Avogadro::Vector3ub;
53 spheres->addSphere(Vector3f(0, 0, 0), Vector3ub(255, 0, 0), 0.5); in glwidgettest()
54 spheres->addSphere(Vector3f(2, 0, 0), Vector3ub(0, 255, 0), 1.5); in glwidgettest()
55 spheres->addSphere(Vector3f(0, 2, 1), Vector3ub(0, 0, 255), 1.0); in glwidgettest()
/dports/science/avogadrolibs/avogadrolibs-1.94.0/tests/qtopengl/
H A Dglwidgettest.cpp32 using Avogadro::Vector3ub;
53 spheres->addSphere(Vector3f(0, 0, 0), Vector3ub(255, 0, 0), 0.5); in glwidgettest()
54 spheres->addSphere(Vector3f(2, 0, 0), Vector3ub(0, 255, 0), 1.5); in glwidgettest()
55 spheres->addSphere(Vector3f(0, 2, 1), Vector3ub(0, 0, 255), 1.0); in glwidgettest()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/libdoomsday/src/resource/
H A Dcolorpalette.cpp90 typedef QVector<de::Vector3ub> ColorTable;
108 colors[i] = Vector3ub(src[order.x], src[order.y], src[order.z]); in read()
118 Vector3ub &dst = colors[i]; in read()
151 dst = Vector3ub(de::clamp<dbyte>(0, tmp.x, 255), in read()
162 typedef Vector3ub Color; in DENG2_PIMPL()
282 Vector3ub ColorPalette::color(int colorIndex) const in color()
297 return Vector3ub(); in color()
305 int ColorPalette::nearestIndex(Vector3ub const &rgb) const in nearestIndex()
/dports/science/avogadrolibs/avogadrolibs-1.94.0/avogadro/qtplugins/selectiontool/
H A Dselectiontoolwidget.h39 void setColor(Vector3ub color);
42 void colorApplied(Vector3ub color);
49 Vector3ub m_currentColor;
/dports/science/py-avogadrolibs/avogadrolibs-1.94.0/avogadro/qtplugins/selectiontool/
H A Dselectiontoolwidget.h39 void setColor(Vector3ub color);
42 void colorApplied(Vector3ub color);
49 Vector3ub m_currentColor;
/dports/science/avogadrolibs/avogadrolibs-1.94.0/avogadro/qtplugins/ballandstick/
H A Dballandstick.cpp75 Vector3ub color = atom.color(); in process()
79 color = Vector3ub(0, 0, 255); in process()
99 Vector3ub color1 = bond.atom1().color(); in process()
100 Vector3ub color2 = bond.atom2().color(); in process()
145 Vector3ub color = atom.color(); in processEditable()
164 Vector3ub color1 = bond.atom1().color(); in processEditable()
165 Vector3ub color2 = bond.atom2().color(); in processEditable()
/dports/science/py-avogadrolibs/avogadrolibs-1.94.0/avogadro/qtplugins/ballandstick/
H A Dballandstick.cpp75 Vector3ub color = atom.color(); in process()
79 color = Vector3ub(0, 0, 255); in process()
99 Vector3ub color1 = bond.atom1().color(); in process()
100 Vector3ub color2 = bond.atom2().color(); in process()
145 Vector3ub color = atom.color(); in processEditable()
164 Vector3ub color1 = bond.atom1().color(); in processEditable()
165 Vector3ub color2 = bond.atom2().color(); in processEditable()
/dports/science/avogadrolibs/avogadrolibs-1.94.0/avogadro/core/
H A Dmolecule.h187 Array<Vector3ub>& colors();
190 const Array<Vector3ub>& colors() const;
200 Vector3ub color(Index atomId) const;
207 bool setColors(const Core::Array<Vector3ub>& colors);
215 bool setColor(Index atomId, Vector3ub color);
668 Array<Vector3ub> m_colors;
788 inline Vector3ub Molecule::color(Index atomId) const in color()
791 return Vector3ub(0, 0, 0); in color()
796 return Vector3ub(Elements::color(atomicNumber(atomId))); in color()
799 inline bool Molecule::setColors(const Core::Array<Vector3ub>& colors) in setColors()
[all …]
/dports/science/py-avogadrolibs/avogadrolibs-1.94.0/avogadro/core/
H A Dmolecule.h187 Array<Vector3ub>& colors();
190 const Array<Vector3ub>& colors() const;
200 Vector3ub color(Index atomId) const;
207 bool setColors(const Core::Array<Vector3ub>& colors);
215 bool setColor(Index atomId, Vector3ub color);
668 Array<Vector3ub> m_colors;
788 inline Vector3ub Molecule::color(Index atomId) const in color()
791 return Vector3ub(0, 0, 0); in color()
796 return Vector3ub(Elements::color(atomicNumber(atomId))); in color()
799 inline bool Molecule::setColors(const Core::Array<Vector3ub>& colors) in setColors()
[all …]

12345