Home
last modified time | relevance | path

Searched refs:Vec4uc (Results 1 – 12 of 12) sorted by relevance

/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Core/Utils/
H A Dcolor_cast.hh200 struct color_caster<Vec4uc,Vec3f>
202 typedef Vec4uc return_type;
254 struct color_caster<Vec4uc,Vec4f>
256 typedef Vec4uc return_type;
280 struct color_caster<Vec4uc,Vec3uc>
282 typedef Vec4uc return_type;
286 return Vec4uc( _src[0], _src[1], _src[2], 255 ); in cast()
303 struct color_caster<Vec3f, Vec4uc>
307 inline static return_type cast(const Vec4uc& _src) in cast()
327 struct color_caster<Vec4f, Vec4uc>
[all …]
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Core/IO/exporter/
H A DExporterT.hh134 Vec4uc colorA(VertexHandle _vh) const override in colorA()
137 ? color_cast<Vec4uc>(mesh_.color(_vh)) in colorA()
138 : Vec4uc(0, 0, 0, 0)); in colorA()
208 Vec4uc colorA(EdgeHandle _eh) const override in colorA()
211 ? color_cast<Vec4uc>(mesh_.color(_eh)) in colorA()
212 : Vec4uc(0, 0, 0, 0)); in colorA()
345 Vec4uc colorA(FaceHandle _fh) const override in colorA()
348 ? color_cast<Vec4uc>(mesh_.color(_fh)) in colorA()
349 : Vec4uc(0, 0, 0, 0)); in colorA()
H A DBaseExporter.hh99 virtual Vec4uc colorA(VertexHandle _vh) const = 0;
127 virtual Vec4uc colorA(FaceHandle _fh) const = 0;
136 virtual Vec4uc colorA(EdgeHandle _eh) const = 0;
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Core/IO/importer/
H A DBaseImporter.hh135 virtual void set_color(VertexHandle _vh, const Vec4uc& _color) = 0;
171 virtual void set_color(EdgeHandle _eh, const Vec4uc& _color) = 0;
192 virtual void set_color(FaceHandle _fh, const Vec4uc& _color) = 0;
H A DImporterT.hh241 virtual void set_color(VertexHandle _vh, const Vec4uc& _color) override in set_color()
316 virtual void set_color(EdgeHandle _eh, const Vec4uc& _color) override in set_color()
367 virtual void set_color(FaceHandle _fh, const Vec4uc& _color) override in set_color()
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Core/IO/reader/
H A DOFFReader.cc241 _bi.set_color( vh, Vec4uc( c4 ) ); in read_ascii()
325 _bi.set_color( fh, Vec4uc( c4 ) ); in read_ascii()
503 _bi.set_color( vh, Vec4uc( cA ) ); in read_binary()
584 _bi.set_color( fh , Vec4uc( cA ) ); in read_binary()
H A DPLYReader.cc417 _bi.set_color(vh, Vec4uc(c)); in read_ascii()
507 _bi.set_color(fh, Vec4uc(c)); in read_ascii()
663 _bi.set_color(vh, Vec4uc(c)); in read_binary()
754 _bi.set_color(fh, Vec4uc(c)); in read_binary()
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Core/Geometry/
H A DVectorT.hh394 typedef VectorT<unsigned char,4> Vec4uc; typedef
H A DVector11T.hh859 typedef VectorT<unsigned char,4> Vec4uc; typedef
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Core/IO/writer/
H A DPLYWriter.cc598 OpenMesh::Vec4uc c; in write_binary()
/dports/graphics/embree/embree-3.13.2/common/math/
H A Dvec4.h195 typedef Vec4<unsigned char> Vec4uc; typedef
/dports/graphics/ebsynth/ebsynth-2f5c97c0c21a/src/
H A Djzq.h243 typedef Vec<4,unsigned char> Vec4uc; typedef