Home
last modified time | relevance | path

Searched defs:InputValueType (Results 1 – 18 of 18) sorted by relevance

/dports/math/vtk6/VTK-6.2.0/Web/Core/
H A DvtkDataEncoder.cxx52 struct InputValueType struct in __anona91927370111::vtkSharedData
55 vtkTypeUInt32 OutputStamp;
56 vtkSmartPointer<vtkImageData> Image;
57 int Quality;
58 InputValueType() : OutputStamp(0), Image(NULL), Quality(100) in InputValueType() argument
/dports/math/vtk8/VTK-8.2.0/IO/Asynchronous/
H A DvtkThreadedImageWriter.cxx49 struct InputValueType struct in __anonb552ac3f0111::vtkSharedData
52 vtkSmartPointer<vtkImageData> Image;
53 std::string FileName;
55 InputValueType() in InputValueType() function
/dports/math/vtk8/VTK-8.2.0/Web/Core/
H A DvtkDataEncoder.cxx58 struct InputValueType struct in __anon4f72b0bb0111::vtkSharedData
61 vtkTypeUInt32 OutputStamp;
62 vtkSmartPointer<vtkImageData> Image;
63 int Quality;
64 int Encoding;
65 InputValueType() : OutputStamp(0), Image(nullptr), Quality(100), Encoding(ENCODING_BASE64) in InputValueType() function
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/DiffusionTensorImage/include/
H A DitkTensorFractionalAnisotropyImageFilter.h95 using InputValueType = typename InputPixelType::ValueType; variable
H A DitkTensorRelativeAnisotropyImageFilter.h94 using InputValueType = typename InputPixelType::ValueType; variable
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/ImageIntensity/include/
H A DitkSymmetricEigenAnalysisImageFilter.h208 using InputValueType = typename InputPixelType::ValueType; variable
302 using InputValueType = typename InputPixelType::ValueType; variable
H A DitkVectorRescaleIntensityImageFilter.h116 using InputValueType = typename InputPixelType::ValueType; variable
H A DitkVectorExpandImageFilter.h106 using InputValueType = typename InputPixelType::ValueType; variable
/dports/devel/thrust/thrust-1.9.5/thrust/system/detail/sequential/
H A Dreduce_by_key.h55 typedef typename thrust::iterator_traits<InputIterator2>::value_type InputValueType; in reduce_by_key() typedef
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Segmentation/ConnectedComponents/include/
H A DitkVectorConnectedComponentImageFilter.h120 using InputValueType = typename TInputImage::PixelType::ValueType; variable
/dports/science/InsightToolkit/ITK-5.0.1/Examples/Filtering/
H A DGradientVectorFlowImageFilter.cxx77 using InputValueType = float; in main() typedef
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/dennwc/graphql/
H A Dintrospection.go36 var InputValueType *Object var
/dports/net/storj/storj-1.45.3/vendor/github.com/graphql-go/graphql/
H A Dintrospection.go36 var InputValueType *Object var
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/graphql-go/graphql/
H A Dintrospection.go36 var InputValueType *Object var
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkPlane.cxx238 typedef typename vtkDataArrayAccessor<InputArrayType>::APIType InputValueType; typedef
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/tools/
H A DVolumeToMesh.h1453 using InputValueType = typename InputLeafNodeType::ValueType; member
1742 using InputValueType = typename InputLeafNodeType::ValueType; member
2085 using InputValueType = typename InputLeafNodeType::ValueType; member
2636 using InputValueType = typename InputTreeType::ValueType; member
3221 using InputValueType = typename InputLeafNodeType::ValueType; member
3350 using InputValueType = typename InputLeafNodeType::ValueType; member
3720 using InputValueType = typename InputLeafNodeType::ValueType; member
4857 using InputValueType = typename InputLeafNodeType::ValueType; in operator() local
H A DLevelSetUtil.h1162 using InputValueType = typename InputTreeType::ValueType; member
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkPlane.cxx238 using InputValueType = vtk::GetAPIType<InputArrayType>; typedef