Home
last modified time | relevance | path

Searched defs:ComponentType (Results 1 – 25 of 581) sorted by relevance

12345678910>>...24

/dports/games/0ad/0ad-0.0.23b-alpha/source/simulation2/system/
H A DComponentManager.h67 struct ComponentType struct
69 EComponentTypeType type; argument
81 ComponentType() {} in ComponentType() argument
82 ComponentType (EComponentTypeType type, InterfaceId iid, AllocFunc alloc, in ComponentType() argument
106 ComponentType(ComponentType&& other) in ComponentType() argument
/dports/devel/hpx/hpx-1.2.1/hpx/runtime/components/
H A Dcomponent_factory.hpp59 #define HPX_REGISTER_ENABLED_COMPONENT_FACTORY(ComponentType, componentname) \ argument
65 #define HPX_REGISTER_DISABLED_COMPONENT_FACTORY(ComponentType, componentname) \ argument
77 #define HPX_REGISTER_MINIMAL_COMPONENT_FACTORY_1(ComponentType) \ argument
82 #define HPX_REGISTER_MINIMAL_COMPONENT_FACTORY_2(ComponentType, componentname)\ argument
88 ComponentType, componentname, state) \ argument
111 #define HPX_REGISTER_ENABLED_COMPONENT_FACTORY_DYNAMIC(ComponentType, \ argument
118 #define HPX_REGISTER_DISABLED_COMPONENT_FACTORY_DYNAMIC(ComponentType, \ argument
132 #define HPX_REGISTER_MINIMAL_COMPONENT_FACTORY_DYNAMIC_1(ComponentType) \ argument
137 #define HPX_REGISTER_MINIMAL_COMPONENT_FACTORY_DYNAMIC_2(ComponentType, \ argument
144 ComponentType, componentname, state) \ argument
H A Dderived_component_factory.hpp33 #define HPX_REGISTER_DERIVED_COMPONENT_FACTORY_3(ComponentType, componentname,\ argument
40 #define HPX_REGISTER_DERIVED_COMPONENT_FACTORY_4(ComponentType, \ argument
61 #define HPX_REGISTER_DERIVED_COMPONENT_FACTORY_DYNAMIC_3(ComponentType, \ argument
68 #define HPX_REGISTER_DERIVED_COMPONENT_FACTORY_DYNAMIC_4(ComponentType, \ argument
H A Dcomponent_registry.hpp170 ComponentType, componentname) \ argument
175 ComponentType, componentname, state) \ argument
197 ComponentType, componentname) \ argument
202 ComponentType, componentname, state) \ argument
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/exec/
H A DCellDerivative.h42 vtkm::Vec<typename FieldVecType::ComponentType, 3>& result) in CellDerivativeImpl()
74 vtkm::Vec<typename FieldVecType::ComponentType, 3>& result) in CellDerivative()
85 vtkm::Vec<typename FieldVecType::ComponentType, 3>& result) in CellDerivative()
96 vtkm::Vec<typename FieldVecType::ComponentType, 3>& result) in CellDerivative()
136 vtkm::Vec<typename FieldVecType::ComponentType, 3>& result) in CellDerivative()
162 vtkm::Vec<typename FieldVecType::ComponentType, 3>& result) in CellDerivative()
172 vtkm::Vec<typename FieldVecType::ComponentType, 3>& result) in CellDerivative()
190 vtkm::Vec<typename FieldVecType::ComponentType, 3>& result) in CellDerivative()
/dports/devel/swig/swig-4.0.2/Examples/test-suite/
H A Dtemplate_enum.i26 typedef typename Traits::ComponentType ComponentType; typedef
36 typedef float ComponentType; typedef
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/include/
H A DitkDefaultConvertPixelTraits.h122 using ComponentType = typename TargetType::OffsetValueType; in ITK_DEFAULTCONVERTTRAITS_NATIVE_SPECIAL() local
189 using ComponentType = VComponent; variable
222 using ComponentType = VComponent; variable
265 using ComponentType = VComponent; variable
298 using ComponentType = TComponent; variable
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/components/
H A Djuce_ModalComponentManager.h257 …static ModalComponentManager::Callback* forComponent (void (*functionToCall) (int, ComponentType*), in forComponent() argument
288 …lComponentManager::Callback* forComponent (void (*functionToCall) (int, ComponentType*, ParamType), in forComponent() argument
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/components/
H A Djuce_ModalComponentManager.h257 …static ModalComponentManager::Callback* forComponent (void (*functionToCall) (int, ComponentType*), in forComponent() argument
288 …lComponentManager::Callback* forComponent (void (*functionToCall) (int, ComponentType*, ParamType), in forComponent() argument
/dports/math/vtk9/VTK-9.1.0/Accelerators/Vtkm/Core/vtkmlib/
H A DPortals.h40 using ComponentType = typename vtkPortalTraits<Type>::ComponentType; variable
83 using ComponentType = typename vtkPortalTraits<Type>::ComponentType; variable
H A DvtkmDataArray.hxx64 using ComponentType = typename SubVec::ComponentType; typedef
90 using ComponentType = typename vtkm::VecTraits<T>::ComponentType; typedef
112 using ComponentType = typename FlattenVec<ValueType>::ComponentType; typedef in internal::ArrayHandleWrapper
195 using ComponentType = typename FlattenVec<ValueType>::ComponentType; typedef in internal::ArrayHandleWrapperReadOnly
212 void SetTuple(vtkIdType, const ComponentType*) override in SetTuple()
226 void SetComponent(vtkIdType, int, const ComponentType&) override in SetComponent()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/
H A DVecFromPortalPermute.h51 VTKM_EXEC_CONT void CopyInto(vtkm::Vec<ComponentType, DestSize>& dest) const in CopyInto()
96 VTKM_EXEC_CONT void CopyInto(vtkm::Vec<ComponentType, DestSize>& dest) const in CopyInto()
/dports/math/vtk8/VTK-8.2.0/Accelerators/Vtkm/vtkmlib/
H A DPortals.h41 using ComponentType = typename vtkPortalTraits<Type>::ComponentType; variable
91 using ComponentType = typename vtkPortalTraits<Type>::ComponentType; variable
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/cont/
H A DArrayHandleGroupVecVariable.h125 using ComponentType = typename ComponentsPortal::ValueType; variable
184 const vtkm::cont::ArrayHandle<ComponentType, ComponentsStorageTag>& componentsArray, in CreateBuffers()
269 using ComponentType = typename ComponentsArrayHandleType::ValueType; variable
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/cont/
H A DArrayHandleGroupVec.h42 using ComponentType = typename std::remove_const<typename SourcePortalType::ValueType>::type; variable
131 using ComponentType = typename SourceArrayHandleType::ValueType; variable
342 using ComponentType = typename SourceArrayHandleType::ValueType; variable
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/cont/internal/
H A DCastInvalidValue.h39 using ComponentType = typename vtkm::VecTraits<T>::BaseComponentType; in CastInvalidValue() local
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-imagebuilder/include/aws/imagebuilder/model/
H A DComponentType.h16 enum class ComponentType enum
/dports/math/vtk8/VTK-8.2.0/Common/Core/
H A DvtkGarbageCollector.cxx289 struct ComponentType: public ComponentBase struct in vtkGarbageCollectorImpl
291 typedef ComponentBase::iterator iterator;
292 ComponentType(): NetCount(0), Identifier(0) {} in ComponentType() argument
293 ~ComponentType() in ~ComponentType()
297 int NetCount;
300 int Identifier;
726 void vtkGarbageCollectorImpl::PrintComponent(ComponentType*) in PrintComponent() argument
/dports/math/vtk9/VTK-9.1.0/Common/Core/
H A DvtkGarbageCollector.cxx292 struct ComponentType : public ComponentBase struct in vtkGarbageCollectorImpl
294 typedef ComponentBase::iterator iterator;
295 ComponentType() in ComponentType() argument
300 ~ComponentType() in ~ComponentType()
309 int NetCount;
312 int Identifier;
724 void vtkGarbageCollectorImpl::PrintComponent(ComponentType*) {} in PrintComponent() argument
/dports/math/vtk6/VTK-6.2.0/Common/Core/
H A DvtkGarbageCollector.cxx291 struct ComponentType: public ComponentBase struct in vtkGarbageCollectorImpl
293 typedef ComponentBase::iterator iterator;
294 ComponentType(): NetCount(0), Identifier(0) {} in ComponentType() argument
295 ~ComponentType() in ~ComponentType()
299 int NetCount;
302 int Identifier;
728 void vtkGarbageCollectorImpl::PrintComponent(ComponentType*) in PrintComponent() argument
/dports/graphics/xmedcon/xmedcon-0.17.0/libs/ljpg/
H A Dmcu.h17 typedef unsigned short ComponentType; /* the type of image components */ typedef
/dports/science/smoldyn/smoldyn-2.67/source/BioNetGen/Perl2/
H A DComponentType.pm4 package ComponentType; package
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/testing/
H A DUnitTestVectorAnalysis.cxx61 using ComponentType = typename vtkm::VecTraits<VectorType>::ComponentType; in TestVector() typedef
152 using ComponentType = typename Traits::ComponentType; in operator ()() typedef
205 using ComponentType = typename Traits::ComponentType; in operator ()() typedef
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/testing/
H A DUnitTestVectorAnalysis.cxx73 using ComponentType = typename vtkm::VecTraits<VectorType>::ComponentType; in TestVector() typedef
183 using ComponentType = typename Traits::ComponentType; in operator ()() typedef
233 using ComponentType = typename Traits::ComponentType; in operator ()() typedef
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/io_scene_gltf2/blender/exp/
H A Dgltf2_blender_gather_accessors.py24 component_type: gltf2_io_constants.ComponentType,

12345678910>>...24