Home
last modified time | relevance | path

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

12

/dports/devel/folly/folly-2021.12.27.00/folly/experimental/channels/
H A DTransform-inl.h57 typename OutputValueType,
301 typename OutputValueType,
339 typename OutputValueType,
465 typename OutputValueType,
494 typename OutputValueType,
506 OutputValueType,
543 OutputValueType, in transform()
556 OutputValueType, in transform()
601 OutputValueType, in resumableTransform()
616 OutputValueType, in resumableTransform()
[all …]
H A DTransform.h79 typename OutputValueType = typename folly::invoke_result_t<
82 Receiver<OutputValueType> transform(
103 typename OutputValueType =
106 Receiver<OutputValueType> transform(
181 typename OutputValueType = typename folly::invoke_result_t<
184 Receiver<OutputValueType> resumableTransform(
212 typename OutputValueType =
215 Receiver<OutputValueType> resumableTransform(
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/ImageIntensity/include/
H A DitkNaryMaximumImageFilter.h37 using OutputValueType = typename NumericTraits< TOutput >::ValueType;
45 OutputValueType A = NumericTraits< TOutput >::NonpositiveMin(); in operator()
49 if ( A < static_cast< OutputValueType >( B[i] ) ) in operator()
51 A = static_cast< OutputValueType >( B[i] ); in operator()
H A DitkVectorRescaleIntensityImageFilter.h117 using OutputValueType = typename OutputPixelType::ValueType; variable
119 using OutputRealType = typename NumericTraits< OutputValueType >::RealType;
153 ( Concept::HasNumericTraits< OutputValueType > ) );
H A DitkVectorExpandImageFilter.h104 using OutputValueType = typename OutputPixelType::ValueType; variable
154 ( Concept::HasNumericTraits< OutputValueType > ) );
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkPlane.cxx239 typedef typename vtkDataArrayAccessor<InputArrayType>::APIType OutputValueType; typedef
240 OutputValueType Normal[3];
241 OutputValueType Origin[3];
250 OutputValueType x[3]; in operator ()()
251 x[0] = static_cast<OutputValueType>(src.Get(tIdx, 0)); in operator ()()
252 x[1] = static_cast<OutputValueType>(src.Get(tIdx, 1)); in operator ()()
253 x[2] = static_cast<OutputValueType>(src.Get(tIdx, 2)); in operator ()()
254 OutputValueType out = in operator ()()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/ImageGradient/include/
H A DitkGradientImageFilter.h91 using OutputValueType = TOutputValueType; variable
94 OutputValueType, Self::OutputImageDimension >;
126 ( Concept::Convertible< InputPixelType, OutputValueType > ) );
128 ( Concept::HasNumericTraits< OutputValueType > ) );
H A DitkGradientImageFilter.hxx127 OutputValueType > SIP; in DynamicThreadedGenerateData()
/dports/math/cgal/CGAL-5.3/include/CGAL/IO/
H A Dread_las_points.h245 template <typename OutputValueType, typename PropertyMap, typename T, LAS_property::Id::Id id>
246 void process_properties (const LASpoint& reader, OutputValueType& new_element,
249 template <typename OutputValueType, typename PropertyMap, typename T, LAS_property::Id::Id id,
251 void process_properties (const LASpoint& reader, OutputValueType& new_element,
256 template <typename OutputValueType,
261 void process_properties (const LASpoint& reader, OutputValueType& new_element,
271 template <typename OutputValueType,
278 void process_properties (const LASpoint& reader, OutputValueType& new_element,
293 template <typename OutputValueType, typename PropertyMap, typename T, LAS_property::Id::Id id>
294 void process_properties (const LASpoint& reader, OutputValueType& new_element,
[all …]
H A Dread_ply_points.h148 typedef typename value_type_traits<PointOutputIterator>::type OutputValueType; in read_PLY_with_properties() typedef
178 OutputValueType new_element; in read_PLY_with_properties()
196 typedef typename value_type_traits<OutputIterator>::type OutputValueType; in read_PLY_with_properties() typedef
198 …return read_PLY_with_properties<OutputValueType>(is, output, std::forward<PropertyHandler>(propert… in read_PLY_with_properties()
/dports/devel/thrust/thrust-1.9.5/thrust/system/detail/sequential/
H A Dunique_by_key.h57 typedef typename thrust::iterator_traits<OutputIterator2>::value_type OutputValueType; in unique_by_key_copy() typedef
62 OutputValueType temp_value = *values_first; in unique_by_key_copy()
69 OutputValueType value = *values_first; in unique_by_key_copy()
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkPlane.cxx239 using OutputValueType = vtk::GetAPIType<OutputArrayType>; typedef
243 OutputValueType Normal[3];
244 OutputValueType Origin[3];
259 [&](DstTupleCRefType tuple) -> OutputValueType { in operator ()()
260 return this->Normal[0] * (static_cast<OutputValueType>(tuple[0]) - this->Origin[0]) + in operator ()()
261 this->Normal[1] * (static_cast<OutputValueType>(tuple[1]) - this->Origin[1]) + in operator ()()
262 this->Normal[2] * (static_cast<OutputValueType>(tuple[2]) - this->Origin[2]); in operator ()()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/ImageFunction/include/
H A DitkCentralDifferenceImageFunction.hxx152 derivative[dim] = NumericTraits<OutputValueType>::ZeroValue(); in EvaluateAtIndexSpecialized()
163 derivative[dim] *= static_cast<OutputValueType>(0.5) / inputImage->GetSpacing()[dim]; in EvaluateAtIndexSpecialized()
221 componentDerivative[dim] = NumericTraits<OutputValueType>::ZeroValue(); in EvaluateAtIndexSpecialized()
374 componentDerivative.Fill( NumericTraits<OutputValueType>::ZeroValue() ); in EvaluateSpecialized()
403 componentDerivative[dim] = NumericTraits<OutputValueType>::ZeroValue(); in EvaluateSpecialized()
427 OutputValueType left = InputPixelConvertType::GetNthComponent( nc, neighPixels[dim][0] ); in EvaluateSpecialized()
428 OutputValueType right = InputPixelConvertType::GetNthComponent( nc, neighPixels[dim][1] ); in EvaluateSpecialized()
433 componentDerivative[dim] = NumericTraits<OutputValueType>::ZeroValue(); in EvaluateSpecialized()
H A DitkCentralDifferenceImageFunction.h119 using OutputValueType = typename OutputConvertType::ComponentType; variable
122 using ScalarDerivativeType = CovariantVector<OutputValueType, Self::ImageDimension >;
/dports/science/InsightToolkit/ITK-5.0.1/Examples/Filtering/
H A DGradientVectorFlowImageFilter.cxx78 using OutputValueType = float; in main() typedef
80 using OutputPixelType = itk::Vector< OutputValueType, Dimension >; in main()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Compatibility/Deprecated/include/
H A DitkVectorCastImageFilter.h62 using OutputValueType = typename TOutput::ValueType; in operator() local
67 value[k] = static_cast< OutputValueType >( A[k] ); in operator()
/dports/math/vtk6/VTK-6.2.0/Web/Core/
H A DvtkDataEncoder.cxx42 struct OutputValueType struct in __anona91927370111::vtkSharedData
47 OutputValueType() : TimeStamp(0), Data(NULL) in OutputValueType() function
64 typedef std::map<vtkTypeUInt32, OutputValueType> OutputMapType;
258 const vtkSharedData::OutputValueType &output = this->Outputs[key]; in CopyLatestOutputIfDifferent()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/worklet/wavelets/
H A DWaveletTransforms.h1434 typename OutputValueType>
1482 coeffOut = static_cast<OutputValueType>(sum); in operator()
1522 coeffOut = static_cast<OutputValueType>(sum); in operator()
1665 typename OutputValueType>
1713 coeffOut = static_cast<OutputValueType>(sum); in operator()
1753 coeffOut = static_cast<OutputValueType>(sum); in operator()
1898 typename OutputValueType>
1946 coeffOut = static_cast<OutputValueType>(sum); in operator()
1986 coeffOut = static_cast<OutputValueType>(sum); in operator()
2691 typename OutputValueType>
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/worklet/wavelets/
H A DWaveletTransforms.h1445 typename OutputValueType>
1493 coeffOut = static_cast<OutputValueType>(sum); in operator()
1533 coeffOut = static_cast<OutputValueType>(sum); in operator()
1676 typename OutputValueType>
1724 coeffOut = static_cast<OutputValueType>(sum); in operator()
1764 coeffOut = static_cast<OutputValueType>(sum); in operator()
1909 typename OutputValueType>
1957 coeffOut = static_cast<OutputValueType>(sum); in operator()
1997 coeffOut = static_cast<OutputValueType>(sum); in operator()
2701 typename OutputValueType>
[all …]
/dports/math/vtk8/VTK-8.2.0/Web/Core/
H A DvtkDataEncoder.cxx43 struct OutputValueType struct in __anon4f72b0bb0111::vtkSharedData
48 OutputValueType() : TimeStamp(0), Data(nullptr) in OutputValueType() function
71 typedef std::map<vtkTypeUInt32, OutputValueType> OutputMapType;
267 const vtkSharedData::OutputValueType &output = this->Outputs[key]; in CopyLatestOutputIfDifferent()
/dports/math/cgal/CGAL-5.3/include/CGAL/IO/PLY/
H A DPLY_reader.h640 template <typename OutputValueType,
644 void process_properties(PLY_element& element, OutputValueType& new_element,
655 template <typename OutputValueType,
661 void process_properties(PLY_element& element, OutputValueType& new_element,
678 template <typename OutputValueType, typename PropertyMap, typename T>
679 void process_properties(PLY_element& element, OutputValueType& new_element,
687 template <typename OutputValueType, typename PropertyMap, typename T,
689 void process_properties(PLY_element& element, OutputValueType& new_element,
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/ImageFunction/test/
H A DitkCentralDifferenceImageFunctionOnVectorTest.cxx85 using OutputValueType = typename FunctionType::OutputValueType; in itkCentralDifferenceImageFunctionOnVectorTestRun() typedef
173 …if( itk::Math::NotAlmostEquals(indexOutput(n,0), itk::NumericTraits<OutputValueType>::ZeroValue())… in itkCentralDifferenceImageFunctionOnVectorTestRun()
220 …if( itk::Math::NotAlmostEquals(indexOutput(n,1), itk::NumericTraits<OutputValueType>::ZeroValue())… in itkCentralDifferenceImageFunctionOnVectorTestRun()
H A DitkCentralDifferenceImageFunctionTest.cxx56 using OutputValueType = FunctionType::OutputValueType; in itkCentralDifferenceImageFunctionTest() typedef
112 …if( itk::Math::NotExactlyEquals(indexOutput[0], itk::NumericTraits<OutputValueType>::ZeroValue()) ) in itkCentralDifferenceImageFunctionTest()
154 …if( itk::Math::NotExactlyEquals(indexOutput[1], itk::NumericTraits<OutputValueType>::ZeroValue()) ) in itkCentralDifferenceImageFunctionTest()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/cont/testing/
H A DUnitTestArrayHandleTransform.cxx116 using OutputValueType = typename vtkm::VecTraits<InputValueType>::ComponentType; typedef
133 InputValueType(OutputValueType(0)), InputValueType(1), ARRAY_SIZE); in operator ()()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/cont/testing/
H A DUnitTestArrayHandleTransform.cxx102 using OutputValueType = typename vtkm::VecTraits<InputValueType>::ComponentType; typedef
122 InputValueType(OutputValueType(0)), InputValueType(1), ARRAY_SIZE); in operator ()()

12