Home
last modified time | relevance | path

Searched defs:shapeId (Results 1 – 25 of 132) sorted by relevance

123456

/dports/x11-toolkits/qt5-virtualkeyboard/kde-qtvirtualkeyboard-5.15.2p4/src/plugins/lipi-toolkit/3rdparty/lipi-toolkit/src/reco/shaperec/common/
H A DLTKShapeRecoResult.cpp91 LTKShapeRecoResult::LTKShapeRecoResult(int shapeId, float confidence) : m_shapeId(shapeId), in LTKShapeRecoResult()
154 int LTKShapeRecoResult::setShapeId(int shapeId) in setShapeId()
/dports/textproc/libvisio01/libvisio-0.1.7/src/lib/
H A DVSDShapeList.cpp44 void libvisio::VSDShapeList::addShapeId(unsigned id, unsigned shapeId) in addShapeId()
49 void libvisio::VSDShapeList::addShapeId(unsigned shapeId) in addShapeId()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/thirdparty/lcl/vtkmlcl/lcl/
H A DShapes.h46 constexpr LCL_EXEC Cell(IdShape shapeId, IdComponent numPoints) in Cell()
63 constexpr inline LCL_EXEC bool isValidShape(IdShape shapeId) in isValidShape()
72 inline LCL_EXEC int dimension(IdShape shapeId) in dimension()
/dports/editors/calligra/calligra-3.2.1/libs/flake/tools/
H A DKoCreateShapesTool.cpp40 QString shapeId; member in KoCreateShapesToolPrivate
76 QString KoCreateShapesTool::shapeId() const in shapeId() function in KoCreateShapesTool
/dports/x11-toolkits/qt5-virtualkeyboard/kde-qtvirtualkeyboard-5.15.2p4/src/plugins/lipi-toolkit/3rdparty/lipi-toolkit/src/reco/shaperec/nn/
H A DNNAdapt.cpp133 int LTKAdapt::adapt(int shapeId) in adapt()
180 int LTKAdapt::adaptAddLVQ(int shapeId) in adaptAddLVQ()
H A DNN.cpp129 int getTraceGroups(LTKShapeRecognizer *obj, int shapeId, in getTraceGroups()
/dports/devel/bullet/bullet3-3.21/examples/Importers/ImportObjDemo/
H A DImportObjExample.cpp57 int shapeId = -1; in loadAndRegisterMeshFromFile2() local
101 int shapeId = loadAndRegisterMeshFromFile2(m_fileName, m_guiHelper->getRenderInterface()); in initPhysics() local
/dports/devel/py-bullet3/bullet3-3.21/examples/Importers/ImportObjDemo/
H A DImportObjExample.cpp57 int shapeId = -1; in loadAndRegisterMeshFromFile2() local
101 int shapeId = loadAndRegisterMeshFromFile2(m_fileName, m_guiHelper->getRenderInterface()); in initPhysics() local
/dports/editors/calligra/calligra-3.2.1/libs/pageapp/
H A DKoShapeTraversal.cpp34 KoShape * KoShapeTraversal::nextShape( const KoShape * current, const QString & shapeId ) in nextShape()
50 KoShape * KoShapeTraversal::previousShape( const KoShape * current, const QString & shapeId ) in previousShape()
/dports/x11-toolkits/qt5-virtualkeyboard/kde-qtvirtualkeyboard-5.15.2p4/src/plugins/lipi-toolkit/3rdparty/lipi-toolkit/src/reco/shaperec/activedtw/
H A DActiveDTWAdapt.cpp144 int LTKAdapt::adapt(int shapeId) in adapt()
375 int LTKAdapt::adaptCluster(shapeFeature& featureVecToAdapt,int clusterId,int shapeId) in adaptCluster()
905 int LTKAdapt::adaptSingleton(shapeFeature& featureVecToAdapt,int shapeId) in adaptSingleton()
976 int LTKAdapt::trainSingletons(const shapeMatrix &singletons,int shapeId,int index) in trainSingletons()
H A DActiveDTWShapeModel.cpp70 int ActiveDTWShapeModel::setShapeId(const int shapeId) in setShapeId()
H A DActiveDTW.cpp125 int getTraceGroups(LTKShapeRecognizer *obj, int shapeId, in getTraceGroups()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/cont/
H A DCellSetSingleType.h102 VTKM_CONT void AddCell(vtkm::UInt8 shapeId, vtkm::IdComponent numVertices, const IdVecType& ids) in AddCell()
183 vtkm::UInt8 shapeId, in Fill()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/cont/
H A DCellSetSingleType.h108 VTKM_CONT void AddCell(vtkm::UInt8 shapeId, vtkm::IdComponent numVertices, const IdVecType& ids) in AddCell()
186 vtkm::UInt8 shapeId, in Fill()
/dports/textproc/py-openpyxl/openpyxl-2.6.4/openpyxl/worksheet/
H A Dcontrols.py81 shapeId = Integer() variable in Control
88 shapeId=None, argument
H A Dole.py100 shapeId = Integer() variable in OleObject
111 shapeId=None, argument
/dports/cad/openroad/OpenROAD-2.0/src/rcx/src/
H A DextBench.cpp534 uint extMain::runSolver(extMainOptions* opt, uint netId, int shapeId) { in runSolver()
562 bool extRCModel::measureNetPattern(extMeasure* m, uint shapeId, in measureNetPattern()
687 uint extMeasure::getRSeg(dbNet* net, uint shapeId) { in getRSeg()
704 uint extRCModel::runWiresSolver(uint netId, int shapeId) { in runWiresSolver()
766 int shapeId = shapes.getShapeId(); in netWiresBench() local
864 uint extRCModel::getNetCapMatrixValues3D(uint nodeCnt, uint shapeId, in getNetCapMatrixValues3D()
/dports/x11-toolkits/qt5-virtualkeyboard/kde-qtvirtualkeyboard-5.15.2p4/src/plugins/lipi-toolkit/3rdparty/lipi-toolkit/src/reco/shaperec/neuralnet/
H A DNeuralNet.cpp99 int getTraceGroups(LTKShapeRecognizer *obj, int shapeId, in getTraceGroups()
/dports/devel/bullet/bullet3-3.21/examples/OpenCL/rigidbody/
H A DGpuConvexScene.cpp199 …int shapeId = m_guiHelper->getRenderInterface()->registerShape(&vertices[0], numVertices, indices,… in createDynamicsObjects2() local
286 …int shapeId = m_instancingRenderer->registerShape(&cube_vertices[0], numVertices, cube_indices, nu… in createStaticEnvironment() local
312 …int shapeId = m_guiHelper->getRenderInterface()->registerShape(&cube_vertices[0], numVertices, cub… in createStaticEnvironment() local
490 …int shapeId = m_instancingRenderer->registerShape(&mytetra_vertices[0], numVertices, mytetra_indic… in createFromTetGenData() local
/dports/devel/py-bullet3/bullet3-3.21/examples/OpenCL/rigidbody/
H A DGpuConvexScene.cpp199 …int shapeId = m_guiHelper->getRenderInterface()->registerShape(&vertices[0], numVertices, indices,… in createDynamicsObjects2() local
286 …int shapeId = m_instancingRenderer->registerShape(&cube_vertices[0], numVertices, cube_indices, nu… in createStaticEnvironment() local
312 …int shapeId = m_guiHelper->getRenderInterface()->registerShape(&cube_vertices[0], numVertices, cub… in createStaticEnvironment() local
490 …int shapeId = m_instancingRenderer->registerShape(&mytetra_vertices[0], numVertices, mytetra_indic… in createFromTetGenData() local
/dports/security/vault/aws-sdk-go-v2-1.5.0/codegen/smithy-aws-go-codegen/src/main/java/software/amazon/smithy/aws/go/codegen/customization/
H A DS3AddPutObjectUnseekableBodyDoc.java49 ShapeId shapeId = pair.getLeft(); in preprocessModel() local
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/codegen/smithy-aws-go-codegen/src/main/java/software/amazon/smithy/aws/go/codegen/customization/
H A DS3AddPutObjectUnseekableBodyDoc.java49 ShapeId shapeId = pair.getLeft(); in preprocessModel() local
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/codegen/smithy-aws-go-codegen/src/main/java/software/amazon/smithy/aws/go/codegen/customization/
H A DS3AddPutObjectUnseekableBodyDoc.java49 ShapeId shapeId = pair.getLeft(); in preprocessModel() local
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/codegen/smithy-aws-go-codegen/src/main/java/software/amazon/smithy/aws/go/codegen/customization/
H A DS3AddPutObjectUnseekableBodyDoc.java49 ShapeId shapeId = pair.getLeft(); in preprocessModel() local
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/codegen/smithy-aws-go-codegen/src/main/java/software/amazon/smithy/aws/go/codegen/customization/
H A DS3AddPutObjectUnseekableBodyDoc.java49 ShapeId shapeId = pair.getLeft(); in preprocessModel() local

123456