Home
last modified time | relevance | path

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

/dports/graphics/alembic/alembic-1.8.3/lib/Alembic/AbcGeom/
H A DOCurves.cpp374 std::vector<V3f> emptyVec; in createPositionProperty() local
375 const V3fArraySample empty( emptyVec ); in createPositionProperty()
399 std::vector<int32_t> emptyVec; in createVertexProperties() local
400 const Int32ArraySample emptyPosSamp( emptyVec ); in createVertexProperties()
414 std::vector<V3f> emptyVec; in createVelocityProperty() local
415 const V3fArraySample empty(emptyVec); in createVelocityProperty()
538 std::vector<float> emptyVec; in createPositionWeightsProperty() local
539 Alembic::Abc::FloatArraySample emptySamp( emptyVec ); in createPositionWeightsProperty()
554 std::vector<uint8_t> emptyVec; in createOrdersProperty() local
555 Alembic::Abc::UcharArraySample emptySamp( emptyVec ); in createOrdersProperty()
[all …]
H A DONuPatch.cpp428 std::vector<V3f> emptyVec; in createPositionProperties() local
429 const V3fArraySample empty( emptyVec ); in createPositionProperties()
473 std::vector<V3f> emptyVec; in createVelocityProperty() local
474 const V3fArraySample empty( emptyVec ); in createVelocityProperty()
560 std::vector<float> emptyVec; in createPositionWeightsProperty() local
561 Alembic::Abc::FloatArraySample emptySamp( emptyVec ); in createPositionWeightsProperty()
H A DOPolyMesh.cpp215 std::vector<V3f> emptyVec; in createPositionsProperty() local
216 const V3fArraySample empty( emptyVec ); in createPositionsProperty()
232 std::vector<V3f> emptyVec; in createVelocitiesProperty() local
233 const V3fArraySample empty( emptyVec ); in createVelocitiesProperty()
H A DOSubD.cpp447 std::vector< V3f > emptyVec; in createVelocitiesProperty() local
448 const V3fArraySample empty( emptyVec ); in createVelocitiesProperty()
503 std::vector<V3f> emptyVec; in createPositionsProperty() local
504 const V3fArraySample empty( emptyVec ); in createPositionsProperty()
H A DOPoints.cpp355 std::vector<V3f> emptyVec; in createVelocityProperty() local
356 const V3fArraySample empty( emptyVec ); in createVelocityProperty()
/dports/science/lammps/lammps-stable_29Sep2021/lib/atc/
H A DKD_Tree.cpp157 vector<int> emptyVec; in getElemIDs() local
158 result.push_back(emptyVec); in getElemIDs()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/atc/
H A DKD_Tree.cpp152 vector<int> emptyVec; in getElemIDs() local
153 result.push_back(emptyVec); in getElemIDs()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cvv/src/gui/
H A Drawview_group_subtable.cpp164 std::vector<cv::DMatch> emptyVec{}; in customMenuAction() local
165 parent->getParent()->matchesSelected(emptyVec); //unselect matches in customMenuAction()
/dports/biology/clustalw/clustalw-2.1/src/alignment/
H A DAlignment.cpp270 vector<int> emptyVec; in addSequences() local
278 seqArray.push_back(emptyVec); // EMPTY sequence in addSequences()
1712 vector<int> emptyVec; in keepPortionOfSeqArray() local
1713 sectionToRealign.push_back(emptyVec); // EMPTY sequence in keepPortionOfSeqArray()
1917 vector<int> emptyVec; in reloadAlignment() local
1921 outputOrderSeqArray[0] = emptyVec; in reloadAlignment()
2022 vector<int> emptyVec; in addSequences() local
2024 seqArray.push_back(emptyVec); // EMPTY sequence in addSequences()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/muq2/modules/Modeling/src/
H A DWorkPiece.cpp229 std::vector<std::reference_wrapper<const boost::any>> emptyVec; in Evaluate() local
230 EvaluateImpl(emptyVec); in Evaluate()
/dports/graphics/wdune/wdune-1.926/vcglib/wrap/nanoply/include/
H A Dnanoply.hpp268 static NameVector emptyVec; in PlyPropertyName() local
271 return emptyVec; in PlyPropertyName()
278 static NameVector emptyVec; in PlyTypeName() local
281 return emptyVec; in PlyTypeName()
288 static NameVector emptyVec; in PlyElementName() local
291 return emptyVec; in PlyElementName()
/dports/graphics/wdune/wdune-1.926/vcglib/vcg/complex/algorithms/
H A Dconvex_hull.h328 std::vector<InputVertexPointer> emptyVec; in ComputeConvexHull() local
330 listVertexPerFace[visFace[j]].swap(emptyVec); in ComputeConvexHull()
/dports/devel/vcglib/vcglib-2020.09/vcg/complex/algorithms/
H A Dconvex_hull.h328 std::vector<InputVertexPointer> emptyVec; variable
330 listVertexPerFace[visFace[j]].swap(emptyVec);
/dports/lang/polyml/polyml-5.8.2/basis/
H A DWord8Array.sml39 …val emptyVec: vector = w8vectorFromString "" (* This is represented by a null string not a null ve… value
195 if len = 0w0 then emptyVec
357 if length = 0 then emptyVec
H A DBasicStreamIO.sml56 val emptyVec = Vector.fromList [] (* Represents end-of-stream. *) value
124 (emptyVec, Uncommitted{ state = s, locker = locker })
176 ([emptyVec], Uncommitted{ state = s, locker = locker })
226 then (emptyVec, f)
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/
H A Dbitcoin-tx.cpp369 vector<unsigned char> emptyVec; in ParseHexUO() local
370 return emptyVec; in ParseHexUO()
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/
H A Dbitcoin-tx.cpp369 vector<unsigned char> emptyVec; in ParseHexUO() local
370 return emptyVec; in ParseHexUO()
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/
H A Dbitcoin-tx.cpp369 vector<unsigned char> emptyVec; in ParseHexUO() local
370 return emptyVec; in ParseHexUO()
/dports/devel/vcglib/vcglib-2020.09/wrap/nanoply/include/
H A Dnanoply.hpp269 static NameVector emptyVec; in PlyPropertyName() local
272 return emptyVec; in PlyPropertyName()
279 static NameVector emptyVec; in PlyTypeName() local
282 return emptyVec; in PlyTypeName()
289 static NameVector emptyVec; in PlyElementName() local
292 return emptyVec; in PlyElementName()
/dports/devel/folly/folly-2021.12.27.00/folly/test/
H A Dsmall_vector_test.cpp377 folly::small_vector<int, 10> somethingVec, emptyVec; in TEST() local
386 EXPECT_FALSE(vec == emptyVec); in TEST()
387 EXPECT_FALSE(somethingVec == emptyVec); in TEST()
/dports/math/vtk8/VTK-8.2.0/Rendering/Label/
H A DvtkLabelHierarchy.cxx1628 std::vector<int> emptyVec; in Next() local
1629 this->Order.push_back( emptyVec ); in Next()
/dports/math/vtk9/VTK-9.1.0/Rendering/Label/
H A DvtkLabelHierarchy.cxx1648 std::vector<int> emptyVec; in Next() local
1649 this->Order.push_back(emptyVec); in Next()
/dports/math/vtk6/VTK-6.2.0/Rendering/Label/
H A DvtkLabelHierarchy.cxx1625 std::vector<int> emptyVec; in Next() local
1626 this->Order.push_back( emptyVec ); in Next()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/HostSupport/src/
H A DofxhImageEffect.cpp854 static const std::vector<std::string> emptyVec; in getUserCreatedPlanes() local
855 return emptyVec; in getUserCreatedPlanes()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/HostSupport/src/
H A DofxhImageEffect.cpp854 static const std::vector<std::string> emptyVec; in getUserCreatedPlanes() local
855 return emptyVec; in getUserCreatedPlanes()