Home
last modified time | relevance | path

Searched refs:PLY (Results 1 – 25 of 623) sorted by relevance

12345678910>>...25

/dports/devel/upp/upp/bazaar/plugin/assimp/code/Ply/
H A DPlyParser.cpp56 PLY::EDataType PLY::Property::ParseDataType(std::vector<char> &buffer) { in ParseDataType()
59 PLY::EDataType eOut = PLY::EDT_INVALID; in ParseDataType()
83 eOut = PLY::EDT_Int; in ParseDataType()
107 PLY::ESemantic PLY::Property::ParseSemantic(std::vector<char> &buffer) { in ParseSemantic()
110 PLY::ESemantic eOut = PLY::EST_INVALID; in ParseSemantic()
204 …else if (PLY::DOM::TokenMatch(buffer, "u", 1) || PLY::DOM::TokenMatch(buffer, "s", 1) || PLY::DOM:… in ParseSemantic()
208 …else if (PLY::DOM::TokenMatch(buffer, "v", 1) || PLY::DOM::TokenMatch(buffer, "t", 1) || PLY::DOM:… in ParseSemantic()
311 PLY::EElementSemantic eOut = PLY::EEST_INVALID; in ParseSemantic()
525 PLY::Element out; in ParseHeader()
833 const PLY::Property* prop, PLY::PropertyInstance* p_pcOut) in ParseInstance()
[all …]
H A DPlyLoader.cpp185 PLY::DOM sPlyDom; in InternReadFile()
276 void PLYImporter::LoadVertex(const PLY::Element* pcElement, const PLY::ElementInstance* instElement… in LoadVertex()
480 ai_real PLYImporter::NormalizeColorValue(PLY::PropertyInstance::ValueUnion val, PLY::EDataType eTyp… in NormalizeColorValue()
507 void PLYImporter::LoadFace(const PLY::Element* pcElement, const PLY::ElementInstance* instElement, in LoadFace()
520 PLY::EDataType eType = EDT_Char; in LoadFace()
529 PLY::EDataType eType3 = EDT_Char; in LoadFace()
686 PLY::EDataType aiTypes[4], in GetMaterialColor()
736 PLY::EDataType aaiTypes[3][4] = { in LoadMaterial()
741 PLY::ElementInstanceList* pcList = NULL; in LoadMaterial()
744 PLY::EDataType ePhong = EDT_Char; in LoadMaterial()
[all …]
H A DPlyLoader.h60 using namespace PLY; variable
83 …void LoadVertex(const PLY::Element* pcElement, const PLY::ElementInstance* instElement, unsigned i…
88 …void LoadFace(const PLY::Element* pcElement, const PLY::ElementInstance* instElement, unsigned int…
115 const std::vector<PLY::PropertyInstance>& avList,
117 PLY::EDataType aiTypes[4],
125 PLY::PropertyInstance::ValueUnion val,
126 PLY::EDataType eType);
132 PLY::DOM* pcDOM;
/dports/multimedia/assimp/assimp-5.1.3/code/AssetLib/Ply/
H A DPlyParser.cpp55 PLY::EDataType PLY::Property::ParseDataType(std::vector<char> &buffer) { in ParseDataType()
58 PLY::EDataType eOut = PLY::EDT_INVALID; in ParseDataType()
90 PLY::ESemantic PLY::Property::ParseSemantic(std::vector<char> &buffer) { in ParseSemantic()
93 PLY::ESemantic eOut = PLY::EST_INVALID; in ParseSemantic()
146 …else if (PLY::DOM::TokenMatch(buffer, "u", 1) || PLY::DOM::TokenMatch(buffer, "s", 1) || PLY::DOM:… in ParseSemantic()
148 …} else if (PLY::DOM::TokenMatch(buffer, "v", 1) || PLY::DOM::TokenMatch(buffer, "t", 1) || PLY::DO… in ParseSemantic()
229 PLY::EElementSemantic PLY::Element::ParseSemantic(std::vector<char> &buffer) { in ParseSemantic()
232 PLY::EElementSemantic eOut = PLY::EEST_INVALID; in ParseSemantic()
418 PLY::Element out; in ParseHeader()
684 const PLY::Property *prop, PLY::PropertyInstance *p_pcOut) { in ParseInstance()
[all …]
H A DPlyLoader.cpp186 PLY::DOM sPlyDom; in InternReadFile()
277 void PLYImporter::LoadVertex(const PLY::Element *pcElement, const PLY::ElementInstance *instElement… in LoadVertex()
302 if (PLY::EST_XCoord == (*a).Semantic) { in LoadVertex()
488 ai_real PLYImporter::NormalizeColorValue(PLY::PropertyInstance::ValueUnion val, PLY::EDataType eTyp… in NormalizeColorValue()
515 void PLYImporter::LoadFace(const PLY::Element *pcElement, const PLY::ElementInstance *instElement, in LoadFace()
528 PLY::EDataType eType = EDT_Char; in LoadFace()
537 PLY::EDataType eType3 = EDT_Char; in LoadFace()
694 PLY::EDataType aiTypes[4], in GetMaterialColor()
750 PLY::EDataType aaiTypes[3][4] = { in LoadMaterial()
758 PLY::EDataType ePhong = EDT_Char; in LoadMaterial()
[all …]
H A DPlyLoader.h60 using namespace PLY; variable
80 …void LoadVertex(const PLY::Element *pcElement, const PLY::ElementInstance *instElement, unsigned i…
85 …void LoadFace(const PLY::Element *pcElement, const PLY::ElementInstance *instElement, unsigned int…
110 const std::vector<PLY::PropertyInstance> &avList,
112 PLY::EDataType aiTypes[4],
120 PLY::PropertyInstance::ValueUnion val,
121 PLY::EDataType eType);
127 PLY::DOM *pcDOM;
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/code/
H A DPlyParser.cpp55 PLY::EDataType PLY::Property::ParseDataType(std::vector<char> &buffer) { in ParseDataType()
58 PLY::EDataType eOut = PLY::EDT_INVALID; in ParseDataType()
82 eOut = PLY::EDT_Int; in ParseDataType()
106 PLY::ESemantic PLY::Property::ParseSemantic(std::vector<char> &buffer) { in ParseSemantic()
109 PLY::ESemantic eOut = PLY::EST_INVALID; in ParseSemantic()
203 …else if (PLY::DOM::TokenMatch(buffer, "u", 1) || PLY::DOM::TokenMatch(buffer, "s", 1) || PLY::DOM:… in ParseSemantic()
207 …else if (PLY::DOM::TokenMatch(buffer, "v", 1) || PLY::DOM::TokenMatch(buffer, "t", 1) || PLY::DOM:… in ParseSemantic()
310 PLY::EElementSemantic eOut = PLY::EEST_INVALID; in ParseSemantic()
524 PLY::Element out; in ParseHeader()
832 const PLY::Property* prop, PLY::PropertyInstance* p_pcOut) in ParseInstance()
[all …]
H A DPlyLoader.cpp190 PLY::DOM sPlyDom; in InternReadFile()
303 void PLYImporter::LoadVertex(const PLY::Element* pcElement, const PLY::ElementInstance* instElement… in LoadVertex()
508 PLY::EDataType eType) in NormalizeColorValue()
536 void PLYImporter::LoadFace(const PLY::Element* pcElement, const PLY::ElementInstance* instElement, … in LoadFace()
548 PLY::EDataType eType = EDT_Char; in LoadFace()
557 PLY::EDataType eType3 = EDT_Char; in LoadFace()
735 PLY::EDataType aiTypes[4], in GetMaterialColor()
785 PLY::EDataType aaiTypes[3][4] = { in LoadMaterial()
790 PLY::ElementInstanceList* pcList = NULL; in LoadMaterial()
793 PLY::EDataType ePhong = EDT_Char; in LoadMaterial()
[all …]
H A DPlyLoader.h60 using namespace PLY; variable
83 …void LoadVertex(const PLY::Element* pcElement, const PLY::ElementInstance* instElement, unsigned i…
88 …void LoadFace(const PLY::Element* pcElement, const PLY::ElementInstance* instElement, unsigned int…
115 const std::vector<PLY::PropertyInstance>& avList,
117 PLY::EDataType aiTypes[4],
125 PLY::PropertyInstance::ValueUnion val,
126 PLY::EDataType eType);
132 PLY::DOM* pcDOM;
/dports/games/spring/spring_98.0/rts/lib/assimp/code/
H A DPlyParser.cpp56 PLY::EDataType eOut = PLY::EDT_INVALID; in ParseDataType()
61 eOut = PLY::EDT_Char; in ParseDataType()
80 eOut = PLY::EDT_Int; in ParseDataType()
108 PLY::ESemantic eOut = PLY::EST_INVALID; in ParseSemantic()
111 eOut = PLY::EST_Red; in ParseSemantic()
246 PLY::Property* pOut) in ParseProperty()
317 PLY::EElementSemantic PLY::Element::ParseSemantic(const char* pCur, in ParseSemantic()
321 PLY::EElementSemantic eOut = PLY::EEST_INVALID; in ParseSemantic()
356 PLY::Element* pOut) in ParseElement()
444 PLY::Element out; in ParseHeader()
[all …]
H A DPlyLoader.cpp115 PLY::DOM sPlyDom; in InternReadFile()
165 std::vector<PLY::Face> avFaces; in InternReadFile()
181 PLY::Face sFace; in InternReadFile()
556 PLY::EDataType eType) in NormalizeColorValue()
691 PLY::EDataType eType = EDT_Char; in LoadFaces()
696 PLY::EDataType eType2 = EDT_Char; in LoadFaces()
759 PLY::Face sFace; in LoadFaces()
813 pvOut->push_back(PLY::Face()); in LoadFaces()
834 PLY::EDataType aiTypes[4], in GetMaterialColor()
884 PLY::EDataType aaiTypes[3][4] = { in LoadMaterial()
[all …]
H A DPlyLoader.h57 using namespace PLY; variable
115 void LoadFaces(std::vector<PLY::Face>* pvOut);
126 void ReplaceDefaultMaterial(std::vector<PLY::Face>* avFaces,
133 void ConvertMeshes(std::vector<PLY::Face>* avFaces,
146 const std::vector<PLY::PropertyInstance>& avList,
148 PLY::EDataType aiTypes[4],
157 PLY::PropertyInstance::ValueUnion val,
158 PLY::EDataType eType);
165 PLY::DOM* pcDOM;
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Assimp/code/
H A DPlyParser.cpp56 PLY::EDataType PLY::Property::ParseDataType(const char* pCur,const char** pCurOut) in ParseDataType()
59 PLY::EDataType eOut = PLY::EDT_INVALID; in ParseDataType()
107 PLY::ESemantic PLY::Property::ParseSemantic(const char* pCur,const char** pCurOut) in ParseSemantic()
111 PLY::ESemantic eOut = PLY::EST_INVALID; in ParseSemantic()
249 PLY::Property* pOut) in ParseProperty()
320 PLY::EElementSemantic PLY::Element::ParseSemantic(const char* pCur, in ParseSemantic()
324 PLY::EElementSemantic eOut = PLY::EEST_INVALID; in ParseSemantic()
359 PLY::Element* pOut) in ParseElement()
447 PLY::Element out; in ParseHeader()
694 const PLY::Property* prop, PLY::PropertyInstance* p_pcOut) in ParseInstance()
[all …]
H A DPlyLoader.cpp153 PLY::DOM sPlyDom; in InternReadFile()
202 std::vector<PLY::Face> avFaces; in InternReadFile()
218 PLY::Face sFace; in InternReadFile()
602 PLY::EDataType eType) in NormalizeColorValue()
737 PLY::EDataType eType = EDT_Char; in LoadFaces()
742 PLY::EDataType eType2 = EDT_Char; in LoadFaces()
805 PLY::Face sFace; in LoadFaces()
880 PLY::EDataType aiTypes[4], in GetMaterialColor()
930 PLY::EDataType aaiTypes[3][4] = { in LoadMaterial()
938 PLY::EDataType ePhong = EDT_Char; in LoadMaterial()
[all …]
H A DPlyLoader.h59 using namespace PLY; variable
117 void LoadFaces(std::vector<PLY::Face>* pvOut);
128 void ReplaceDefaultMaterial(std::vector<PLY::Face>* avFaces,
135 void ConvertMeshes(std::vector<PLY::Face>* avFaces,
148 const std::vector<PLY::PropertyInstance>& avList,
150 PLY::EDataType aiTypes[4],
159 PLY::PropertyInstance::ValueUnion val,
160 PLY::EDataType eType);
167 PLY::DOM* pcDOM;
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/code/
H A DPlyParser.cpp56 PLY::EDataType PLY::Property::ParseDataType(const char* pCur,const char** pCurOut) in ParseDataType()
59 PLY::EDataType eOut = PLY::EDT_INVALID; in ParseDataType()
107 PLY::ESemantic PLY::Property::ParseSemantic(const char* pCur,const char** pCurOut) in ParseSemantic()
111 PLY::ESemantic eOut = PLY::EST_INVALID; in ParseSemantic()
249 PLY::Property* pOut) in ParseProperty()
320 PLY::EElementSemantic PLY::Element::ParseSemantic(const char* pCur, in ParseSemantic()
324 PLY::EElementSemantic eOut = PLY::EEST_INVALID; in ParseSemantic()
359 PLY::Element* pOut) in ParseElement()
450 PLY::Element out; in ParseHeader()
697 const PLY::Property* prop, PLY::PropertyInstance* p_pcOut) in ParseInstance()
[all …]
H A DPlyLoader.cpp173 PLY::DOM sPlyDom; in InternReadFile()
214 std::vector<PLY::Face> avFaces; in InternReadFile()
230 PLY::Face sFace; in InternReadFile()
619 PLY::EDataType eType) in NormalizeColorValue()
754 PLY::EDataType eType = EDT_Char; in LoadFaces()
759 PLY::EDataType eType2 = EDT_Char; in LoadFaces()
822 PLY::Face sFace; in LoadFaces()
897 PLY::EDataType aiTypes[4], in GetMaterialColor()
947 PLY::EDataType aaiTypes[3][4] = { in LoadMaterial()
955 PLY::EDataType ePhong = EDT_Char; in LoadMaterial()
[all …]
/dports/science/py-dipy/dipy-1.4.1/dipy/segment/tests/
H A Dtest_mrf.py101 print(PLY)
102 npt.assert_(np.all((PLY >= 0) & (PLY <= 1.0)))
186 npt.assert_(np.all((PLY >= 0) & (PLY <= 1.0)))
187 npt.assert_(PLY[50, 50, 1, 0] > PLY[50, 50, 1, 1])
188 npt.assert_(PLY[50, 50, 1, 0] > PLY[50, 50, 1, 2])
189 npt.assert_(PLY[50, 50, 1, 0] > PLY[50, 50, 1, 3])
190 npt.assert_(PLY[100, 100, 1, 3] > PLY[100, 100, 1, 0])
280 npt.assert_(np.all((PLY >= 0) & (PLY <= 1.0)))
281 npt.assert_(PLY[25, 25, 1, 0] > PLY[25, 25, 1, 1])
282 npt.assert_(PLY[25, 25, 1, 0] > PLY[25, 25, 1, 2])
[all …]
/dports/shells/xonsh/xonsh-0.7.9/xonsh/ply/
H A DANNOUNCE3 Announcing : PLY-3.10 (Python Lex-Yacc)
7 I'm pleased to announce PLY-3.10--a pure Python implementation of the
8 common parsing tools lex and yacc. PLY-3.10 is a minor bug fix
11 If you are new to PLY, here are a few highlights:
13 - PLY is closely modeled after traditional lex/yacc. If you know how
15 PLY to be comparable.
17 - PLY provides very extensive error reporting and diagnostic
23 - PLY provides full support for empty productions, error recovery,
29 problems. Currently, PLY can build its parsing tables using
32 More information about PLY can be obtained on the PLY webpage at:
[all …]
/dports/www/firefox/firefox-99.0/third_party/python/ply/
H A DANNOUNCE3 Announcing : PLY-3.10 (Python Lex-Yacc)
7 I'm pleased to announce PLY-3.10--a pure Python implementation of the
8 common parsing tools lex and yacc. PLY-3.10 is a minor bug fix
11 If you are new to PLY, here are a few highlights:
13 - PLY is closely modeled after traditional lex/yacc. If you know how
15 PLY to be comparable.
17 - PLY provides very extensive error reporting and diagnostic
23 - PLY provides full support for empty productions, error recovery,
29 problems. Currently, PLY can build its parsing tables using
32 More information about PLY can be obtained on the PLY webpage at:
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/ply/
H A DANNOUNCE3 Announcing : PLY-3.10 (Python Lex-Yacc)
7 I'm pleased to announce PLY-3.10--a pure Python implementation of the
8 common parsing tools lex and yacc. PLY-3.10 is a minor bug fix
11 If you are new to PLY, here are a few highlights:
13 - PLY is closely modeled after traditional lex/yacc. If you know how
15 PLY to be comparable.
17 - PLY provides very extensive error reporting and diagnostic
23 - PLY provides full support for empty productions, error recovery,
29 problems. Currently, PLY can build its parsing tables using
32 More information about PLY can be obtained on the PLY webpage at:
[all …]
/dports/devel/emscripten/emscripten-2.0.3/third_party/ply/
H A DANNOUNCE3 Announcing : PLY-3.4 (Python Lex-Yacc)
7 I'm pleased to announce PLY-3.4--a pure Python implementation of the
8 common parsing tools lex and yacc. PLY-3.4 is a minor bug fix
11 If you are new to PLY, here are a few highlights:
13 - PLY is closely modeled after traditional lex/yacc. If you know how
15 PLY to be comparable.
17 - PLY provides very extensive error reporting and diagnostic
23 - PLY provides full support for empty productions, error recovery,
29 problems. Currently, PLY can build its parsing tables using
32 More information about PLY can be obtained on the PLY webpage at:
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/ply/
H A DANNOUNCE3 Announcing : PLY-3.10 (Python Lex-Yacc)
7 I'm pleased to announce PLY-3.10--a pure Python implementation of the
8 common parsing tools lex and yacc. PLY-3.10 is a minor bug fix
11 If you are new to PLY, here are a few highlights:
13 - PLY is closely modeled after traditional lex/yacc. If you know how
15 PLY to be comparable.
17 - PLY provides very extensive error reporting and diagnostic
23 - PLY provides full support for empty productions, error recovery,
29 problems. Currently, PLY can build its parsing tables using
32 More information about PLY can be obtained on the PLY webpage at:
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/ply/
H A DANNOUNCE3 Announcing : PLY-3.10 (Python Lex-Yacc)
7 I'm pleased to announce PLY-3.10--a pure Python implementation of the
8 common parsing tools lex and yacc. PLY-3.10 is a minor bug fix
11 If you are new to PLY, here are a few highlights:
13 - PLY is closely modeled after traditional lex/yacc. If you know how
15 PLY to be comparable.
17 - PLY provides very extensive error reporting and diagnostic
23 - PLY provides full support for empty productions, error recovery,
29 problems. Currently, PLY can build its parsing tables using
32 More information about PLY can be obtained on the PLY webpage at:
[all …]
/dports/devel/py-ply/ply-3.11/
H A DANNOUNCE3 Announcing : PLY-3.11 (Python Lex-Yacc)
7 I'm pleased to announce PLY-3.11--a pure Python implementation of the
8 common parsing tools lex and yacc. PLY-3.11 is a minor bug fix
11 If you are new to PLY, here are a few highlights:
13 - PLY is closely modeled after traditional lex/yacc. If you know how
15 PLY to be comparable.
17 - PLY provides very extensive error reporting and diagnostic
23 - PLY provides full support for empty productions, error recovery,
29 problems. Currently, PLY can build its parsing tables using
32 More information about PLY can be obtained on the PLY webpage at:
[all …]

12345678910>>...25