Home
last modified time | relevance | path

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

123456

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ec2/source/model/
H A DConnectivityType.cpp27 ConnectivityType GetConnectivityTypeForName(const Aws::String& name) in GetConnectivityTypeForName()
32 return ConnectivityType::private_; in GetConnectivityTypeForName()
36 return ConnectivityType::public_; in GetConnectivityTypeForName()
42 return static_cast<ConnectivityType>(hashCode); in GetConnectivityTypeForName()
45 return ConnectivityType::NOT_SET; in GetConnectivityTypeForName()
48 Aws::String GetNameForConnectivityType(ConnectivityType enumValue) in GetNameForConnectivityType()
52 case ConnectivityType::private_: in GetNameForConnectivityType()
54 case ConnectivityType::public_: in GetNameForConnectivityType()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/exec/arg/
H A DThreadIndicesTopologyMap.h94 template <typename ConnectivityType, typename ScatterAndMaskMode>
100 using IndicesIncidentType = typename ConnectivityType::IndicesType;
101 using CellShapeTag = typename ConnectivityType::CellShapeTag;
102 using Connectivity = ConnectivityType;
164 using ConnectivityType = variable
169 using CellShapeTag = typename ConnectivityType::CellShapeTag;
325 using ConnectivityType = variable
330 using CellShapeTag = typename ConnectivityType::CellShapeTag;
332 using Connectivity = ConnectivityType;
481 using ConnectivityType = vtkm::exec:: variable
[all …]
H A DThreadIndicesExtrude.h28 using ConnectivityType = vtkm::exec::ConnectivityExtrude; variable
31 using CellShapeTag = typename ConnectivityType::CellShapeTag;
32 using IndicesIncidentType = typename ConnectivityType::IndicesType;
59 const ConnectivityType& connectivity) in ThreadIndicesTopologyMap()
80 const ConnectivityType& connectivity) in ThreadIndicesTopologyMap()
190 using ConnectivityType = vtkm::exec::ReverseConnectivityExtrude; variable
193 using CellShapeTag = typename ConnectivityType::CellShapeTag;
196 using Connectivity = ConnectivityType;
204 const ConnectivityType& connectivity) in ThreadIndicesTopologyMap()
220 const ConnectivityType& connectivity) in ThreadIndicesTopologyMap()
[all …]
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/Image/include/mirtk/
H A DNeighborhoodOffsets.h29 enum ConnectivityType enum
56 mirtkPublicAttributeMacro(ConnectivityType, Connectivity);
73 NeighborhoodOffsets(const BaseImage *, ConnectivityType = CONNECTIVITY_26);
76 void Initialize(const BaseImage *, ConnectivityType = CONNECTIVITY_26);
79 void Initialize(int, int, ConnectivityType);
110 inline string ToString(const ConnectivityType &value, int w, char c, bool left) in ToString()
118 inline bool FromString(const char *str, ConnectivityType &value) in FromString()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/exec/arg/
H A DThreadIndicesTopologyMap.h93 template <typename ConnectivityType>
99 using IndicesFromType = typename ConnectivityType::IndicesType;
100 using CellShapeTag = typename ConnectivityType::CellShapeTag;
107 const ConnectivityType& connectivity,
128 const ConnectivityType& connectivity,
186 using IndicesFromType = typename ConnectivityType::IndicesType;
187 using CellShapeTag = typename ConnectivityType::CellShapeTag;
188 using LogicalIndexType = typename ConnectivityType::SchedulingRangeType;
234 const ConnectivityType& connectivity,
350 using IndicesFromType = typename ConnectivityType::IndicesType;
[all …]
H A DFetchTagArrayTopologyMapIn.h64 template <typename ConnectivityType, typename FieldExecObjectType>
67 using ThreadIndicesType = vtkm::exec::arg::ThreadIndicesTopologyMap<ConnectivityType>;
140 using ConnectivityType = vtkm::exec::ConnectivityStructured<vtkm::TopologyElementTagPoint,
143 using ThreadIndicesType = vtkm::exec::arg::ThreadIndicesTopologyMap<ConnectivityType>;
169 using ConnectivityType = vtkm::exec::ConnectivityPermutedPointToCell<
174 using ThreadIndicesType = vtkm::exec::arg::ThreadIndicesTopologyMap<ConnectivityType>;
195 template <typename ConnectivityType, typename ExecObjectType>
198 vtkm::exec::arg::ThreadIndicesTopologyMap<ConnectivityType>,
201 using ThreadIndicesType = vtkm::exec::arg::ThreadIndicesTopologyMap<ConnectivityType>;
204 detail::FetchArrayTopologyMapInImplementation<ConnectivityType, ExecObjectType>;
H A DFetchTagCellSetIn.h44 template <typename ConnectivityType, typename ExecObjectType>
47 vtkm::exec::arg::ThreadIndicesTopologyMap<ConnectivityType>,
50 using ThreadIndicesType = vtkm::exec::arg::ThreadIndicesTopologyMap<ConnectivityType>;
H A DCellShape.h51 template <typename FetchTag, typename ConnectivityType, typename ExecObjectType>
54 vtkm::exec::arg::ThreadIndicesTopologyMap<ConnectivityType>,
57 using ThreadIndicesType = vtkm::exec::arg::ThreadIndicesTopologyMap<ConnectivityType>;
H A DFromIndices.h57 template <typename FetchTag, typename ConnectivityType, typename ExecObjectType>
60 vtkm::exec::arg::ThreadIndicesTopologyMap<ConnectivityType>,
63 using ThreadIndicesType = vtkm::exec::arg::ThreadIndicesTopologyMap<ConnectivityType>;
H A DFromCount.h57 template <typename FetchTag, typename ConnectivityType, typename ExecObjectType>
60 vtkm::exec::arg::ThreadIndicesTopologyMap<ConnectivityType>,
63 using ThreadIndicesType = vtkm::exec::arg::ThreadIndicesTopologyMap<ConnectivityType>;
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/internal/
H A DConnectivityStructuredInternals.h537 using LogicalIndexType = typename ConnectivityType::SchedulingRangeType;
539 using CellShapeTag = typename ConnectivityType::CellShapeTag;
541 using IndicesType = vtkm::Vec<vtkm::Id, ConnectivityType::NUM_POINTS_IN_CELL>;
550 const ConnectivityType& vtkmNotUsed(connectivity),
553 return ConnectivityType::NUM_POINTS_IN_CELL;
557 VTKM_EXEC_CONT static IndicesType GetIndices(const ConnectivityType& connectivity,
571 static vtkm::Id LogicalToFlatFromIndex(const ConnectivityType& connectivity,
585 static vtkm::Id LogicalToFlatToIndex(const ConnectivityType& connectivity,
598 using LogicalIndexType = typename ConnectivityType::SchedulingRangeType;
631 static vtkm::Id LogicalToFlatFromIndex(const ConnectivityType& connectivity,
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/internal/
H A DConnectivityStructuredInternals.h526 using LogicalIndexType = typename ConnectivityType::SchedulingRangeType;
528 using CellShapeTag = typename ConnectivityType::CellShapeTag;
530 using IndicesType = vtkm::Vec<vtkm::Id, ConnectivityType::NUM_POINTS_IN_CELL>;
539 const ConnectivityType& vtkmNotUsed(connectivity),
542 return ConnectivityType::NUM_POINTS_IN_CELL;
546 VTKM_EXEC_CONT static IndicesType GetIndices(const ConnectivityType& connectivity,
560 static vtkm::Id LogicalToFlatFromIndex(const ConnectivityType& connectivity,
574 static vtkm::Id LogicalToFlatToIndex(const ConnectivityType& connectivity,
587 using LogicalIndexType = typename ConnectivityType::SchedulingRangeType;
620 static vtkm::Id LogicalToFlatFromIndex(const ConnectivityType& connectivity,
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/Azure/azure-sdk-for-go/services/preview/sqlvirtualmachine/mgmt/2017-03-01-preview/sqlvirtualmachine/
H A Denums.go51 type ConnectivityType string type
55 LOCAL ConnectivityType = "LOCAL"
57 PRIVATE ConnectivityType = "PRIVATE"
59 PUBLIC ConnectivityType = "PUBLIC"
63 func PossibleConnectivityTypeValues() []ConnectivityType {
64 return []ConnectivityType{LOCAL, PRIVATE, PUBLIC}
/dports/www/grafana8/azure-sdk-for-go-sdk-azcore-v0.19.0/services/preview/sqlvirtualmachine/mgmt/2017-03-01-preview/sqlvirtualmachine/
H A Denums.go51 type ConnectivityType string type
55 LOCAL ConnectivityType = "LOCAL"
57 PRIVATE ConnectivityType = "PRIVATE"
59 PUBLIC ConnectivityType = "PUBLIC"
63 func PossibleConnectivityTypeValues() []ConnectivityType {
64 return []ConnectivityType{LOCAL, PRIVATE, PUBLIC}
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/Azure/azure-sdk-for-go/services/preview/sqlvirtualmachine/mgmt/2017-03-01-preview/sqlvirtualmachine/
H A Denums.go51 type ConnectivityType string type
55 LOCAL ConnectivityType = "LOCAL"
57 PRIVATE ConnectivityType = "PRIVATE"
59 PUBLIC ConnectivityType = "PUBLIC"
63 func PossibleConnectivityTypeValues() []ConnectivityType {
64 return []ConnectivityType{LOCAL, PRIVATE, PUBLIC}
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/Azure/azure-sdk-for-go/services/preview/sqlvirtualmachine/mgmt/2017-03-01-preview/sqlvirtualmachine/
H A Denums.go51 type ConnectivityType string type
55 LOCAL ConnectivityType = "LOCAL"
57 PRIVATE ConnectivityType = "PRIVATE"
59 PUBLIC ConnectivityType = "PUBLIC"
63 func PossibleConnectivityTypeValues() []ConnectivityType {
64 return []ConnectivityType{LOCAL, PRIVATE, PUBLIC}
/dports/security/vault/vault-1.8.2/vendor/github.com/Azure/azure-sdk-for-go/services/preview/sqlvirtualmachine/mgmt/2017-03-01-preview/sqlvirtualmachine/
H A Denums.go62 type ConnectivityType string type
66 LOCAL ConnectivityType = "LOCAL"
68 PRIVATE ConnectivityType = "PRIVATE"
70 PUBLIC ConnectivityType = "PUBLIC"
74 func PossibleConnectivityTypeValues() []ConnectivityType {
75 return []ConnectivityType{LOCAL, PRIVATE, PUBLIC}
/dports/www/grafana8/azure-sdk-for-go-sdk-azidentity-v0.10.0/services/preview/sqlvirtualmachine/mgmt/2017-03-01-preview/sqlvirtualmachine/
H A Denums.go51 type ConnectivityType string type
55 LOCAL ConnectivityType = "LOCAL"
57 PRIVATE ConnectivityType = "PRIVATE"
59 PUBLIC ConnectivityType = "PUBLIC"
63 func PossibleConnectivityTypeValues() []ConnectivityType {
64 return []ConnectivityType{LOCAL, PRIVATE, PUBLIC}
/dports/www/grafana8/azure-sdk-for-go-sdk-internal-v0.7.0/services/preview/sqlvirtualmachine/mgmt/2017-03-01-preview/sqlvirtualmachine/
H A Denums.go51 type ConnectivityType string type
55 LOCAL ConnectivityType = "LOCAL"
57 PRIVATE ConnectivityType = "PRIVATE"
59 PUBLIC ConnectivityType = "PUBLIC"
63 func PossibleConnectivityTypeValues() []ConnectivityType {
64 return []ConnectivityType{LOCAL, PRIVATE, PUBLIC}
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/Azure/azure-sdk-for-go/services/preview/sqlvirtualmachine/mgmt/2017-03-01-preview/sqlvirtualmachine/
H A Denums.go62 type ConnectivityType string type
66 LOCAL ConnectivityType = "LOCAL"
68 PRIVATE ConnectivityType = "PRIVATE"
70 PUBLIC ConnectivityType = "PUBLIC"
74 func PossibleConnectivityTypeValues() []ConnectivityType {
75 return []ConnectivityType{LOCAL, PRIVATE, PUBLIC}
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ec2/include/aws/ec2/model/
H A DConnectivityType.h16 enum class ConnectivityType enum
25 AWS_EC2_API ConnectivityType GetConnectivityTypeForName(const Aws::String& name);
27 AWS_EC2_API Aws::String GetNameForConnectivityType(ConnectivityType value);
H A DCreateNatGatewayRequest.h292 inline const ConnectivityType& GetConnectivityType() const{ return m_connectivityType; } in GetConnectivityType()
304 …inline void SetConnectivityType(const ConnectivityType& value) { m_connectivityTypeHasBeenSet = tr… in SetConnectivityType()
310 …inline void SetConnectivityType(ConnectivityType&& value) { m_connectivityTypeHasBeenSet = true; m… in SetConnectivityType()
316 …inline CreateNatGatewayRequest& WithConnectivityType(const ConnectivityType& value) { SetConnectiv… in WithConnectivityType()
322 …inline CreateNatGatewayRequest& WithConnectivityType(ConnectivityType&& value) { SetConnectivityTy… in WithConnectivityType()
341 ConnectivityType m_connectivityType;
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/cont/
H A DCellSetExplicit.h44 using ConnectivityType = vtkm::cont::internal::ConnectivityExplicitInternals<>; member
79 using ConnectivityType = member
82 ToTopology>::ConnectivityType;
84 using ShapeArrayType = typename ConnectivityType::ShapeArrayType;
85 using NumIndicesArrayType = typename ConnectivityType::NumIndicesArrayType;
86 using ConnectivityArrayType = typename ConnectivityType::ConnectivityArrayType;
87 using IndexOffsetArrayType = typename ConnectivityType::IndexOffsetArrayType;
92 vtkm::TopologyElementTagCell>::ConnectivityType;
96 vtkm::TopologyElementTagPoint>::ConnectivityType;
312 using ConnectivityType =
[all …]
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/Image/src/
H A DNeighborhoodOffsets.cc35 NeighborhoodOffsets::NeighborhoodOffsets(const BaseImage* image, ConnectivityType connectivity) in NeighborhoodOffsets()
41 void NeighborhoodOffsets::Initialize(const BaseImage* image, ConnectivityType connectivity) in Initialize()
47 void NeighborhoodOffsets::Initialize(int xdim, int ydim, ConnectivityType connectivity) in Initialize()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/cont/
H A DCellSetExplicit.h37 using ConnectivityType = vtkm::cont::internal::ConnectivityExplicitInternals<>; member
114 using ConnectivityType = typename Chooser::ConnectivityType;
115 using ShapesArrayType = typename ConnectivityType::ShapesArrayType;
116 using ConnectivityArrayType = typename ConnectivityType::ConnectivityArrayType;
117 using OffsetsArrayType = typename ConnectivityType::OffsetsArrayType;
132 using CellPointIdsType = typename ConnTypes::ConnectivityType;
133 using PointCellIdsType = typename RConnTypes::ConnectivityType;
373 using ConnectivityType =
384 using ConnectivityType = vtkm::cont::internal::ConnectivityExplicitInternals<

123456