Home
last modified time | relevance | path

Searched defs:SetInput (Results 1 – 25 of 902) sorted by relevance

12345678910>>...37

/dports/science/InsightToolkit/ITK-5.0.1/Modules/IO/Meta/include/
H A DitkMetaArrayWriter.h66 void SetInput(MET_ValueEnumType _metaElementType, in SetInput() function
76 void SetInput(MET_ValueEnumType _metaElementType, in SetInput() function
86 void SetInput(MET_ValueEnumType _metaElementType, in SetInput() function
96 void SetInput(MET_ValueEnumType _metaElementType, in SetInput() function
106 void SetInput(MET_ValueEnumType _metaElementType, in SetInput() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-sagemaker/include/aws/sagemaker/model/
H A DRenderableTask.h65 inline void SetInput(const Aws::String& value) { m_inputHasBeenSet = true; m_input = value; } in SetInput() function
74 …inline void SetInput(Aws::String&& value) { m_inputHasBeenSet = true; m_input = std::move(value); } in SetInput() function
83 inline void SetInput(const char* value) { m_inputHasBeenSet = true; m_input.assign(value); } in SetInput() function
/dports/science/InsightToolkit/ITK-5.0.1/Modules/IO/CSV/include/
H A DitkCSVNumericObjectFileWriter.hxx41 ::SetInput(const vnlMatrixType* obj) in SetInput() function in itk::CSVNumericObjectFileWriter
51 ::SetInput(const vnlFixedMatrixType* obj) in SetInput() function in itk::CSVNumericObjectFileWriter
61 ::SetInput(const itkMatrixType* obj) in SetInput() function in itk::CSVNumericObjectFileWriter
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-states/include/aws/states/model/
H A DGetActivityTaskResult.h102 inline void SetInput(const Aws::String& value) { m_input = value; } in SetInput() function
108 inline void SetInput(Aws::String&& value) { m_input = std::move(value); } in SetInput() function
114 inline void SetInput(const char* value) { m_input.assign(value); } in SetInput() function
H A DExecutionStartedEventDetails.h58 inline void SetInput(const Aws::String& value) { m_inputHasBeenSet = true; m_input = value; } in SetInput() function
64 …inline void SetInput(Aws::String&& value) { m_inputHasBeenSet = true; m_input = std::move(value); } in SetInput() function
70 inline void SetInput(const char* value) { m_inputHasBeenSet = true; m_input.assign(value); } in SetInput() function
H A DStateEnteredEventDetails.h102 inline void SetInput(const Aws::String& value) { m_inputHasBeenSet = true; m_input = value; } in SetInput() function
109 …inline void SetInput(Aws::String&& value) { m_inputHasBeenSet = true; m_input = std::move(value); } in SetInput() function
116 inline void SetInput(const char* value) { m_inputHasBeenSet = true; m_input.assign(value); } in SetInput() function
H A DLambdaFunctionScheduledEventDetails.h99 inline void SetInput(const Aws::String& value) { m_inputHasBeenSet = true; m_input = value; } in SetInput() function
105 …inline void SetInput(Aws::String&& value) { m_inputHasBeenSet = true; m_input = std::move(value); } in SetInput() function
111 inline void SetInput(const char* value) { m_inputHasBeenSet = true; m_input.assign(value); } in SetInput() function
H A DActivityScheduledEventDetails.h99 inline void SetInput(const Aws::String& value) { m_inputHasBeenSet = true; m_input = value; } in SetInput() function
105 …inline void SetInput(Aws::String&& value) { m_inputHasBeenSet = true; m_input = std::move(value); } in SetInput() function
111 inline void SetInput(const char* value) { m_inputHasBeenSet = true; m_input.assign(value); } in SetInput() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-medialive/include/aws/medialive/model/
H A DUpdateInputResult.h44 inline void SetInput(const Input& value) { m_input = value; } in SetInput() function
47 inline void SetInput(Input&& value) { m_input = std::move(value); } in SetInput() function
H A DCreateInputResult.h44 inline void SetInput(const Input& value) { m_input = value; } in SetInput() function
47 inline void SetInput(Input&& value) { m_input = std::move(value); } in SetInput() function
H A DCreatePartnerInputResult.h45 inline void SetInput(const Input& value) { m_input = value; } in SetInput() function
48 inline void SetInput(Input&& value) { m_input = std::move(value); } in SetInput() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-iotevents/include/aws/iotevents/model/
H A DDescribeInputResult.h43 inline void SetInput(const Input& value) { m_input = value; } in SetInput() function
48 inline void SetInput(Input&& value) { m_input = std::move(value); } in SetInput() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ssm/include/aws/ssm/model/
H A DMaintenanceWindowStepFunctionsParameters.h71 inline void SetInput(const Aws::String& value) { m_inputHasBeenSet = true; m_input = value; } in SetInput() function
76 …inline void SetInput(Aws::String&& value) { m_inputHasBeenSet = true; m_input = std::move(value); } in SetInput() function
81 inline void SetInput(const char* value) { m_inputHasBeenSet = true; m_input.assign(value); } in SetInput() function
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/Path/include/
H A DitkImageToPathFilter.hxx46 ::SetInput(const InputImageType *input) in SetInput() function in itk::ImageToPathFilter
60 ::SetInput(unsigned int index, const TInputImage *image) in SetInput() function in itk::ImageToPathFilter
H A DitkPathToPathFilter.hxx41 ::SetInput(const InputPathType *path) in SetInput() function in itk::PathToPathFilter
54 ::SetInput(unsigned int index, const TInputPath *path) in SetInput() function in itk::PathToPathFilter
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Runtime.Serialization/System/Runtime/Serialization/Json/
H A DIXmlJsonReaderInitializer.cs15 …void SetInput(byte[] buffer, int offset, int count, Encoding encoding, XmlDictionaryReaderQuotas q… in SetInput() method
18 void SetInput(Stream stream, Encoding encoding, XmlDictionaryReaderQuotas quotas, in SetInput() method
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.DataContractSerialization/src/System/Runtime/Serialization/Json/
H A DIXmlJsonReaderInitializer.cs14 …void SetInput(byte[] buffer, int offset, int count, Encoding encoding, XmlDictionaryReaderQuotas q… in SetInput() method
17 void SetInput(Stream stream, Encoding encoding, XmlDictionaryReaderQuotas quotas, in SetInput() method
/dports/science/InsightToolkit/ITK-5.0.1/Modules/IO/SpatialObjects/include/
H A DitkSpatialObjectWriter.h77 void SetInput(SpatialObjectType *input){ m_SpatialObject = input; } in SetInput() function
79 void SetInput(SceneType *input){ m_Scene = input; } in SetInput() function
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/visualization/src/vtk/
H A DvtkVertexBufferObjectMapper.cxx145 void vtkVertexBufferObjectMapper::SetInput(vtkPolyData *input) in SetInput() function in vtkVertexBufferObjectMapper
161 void vtkVertexBufferObjectMapper::SetInput(vtkDataSet *input) in SetInput() function in vtkVertexBufferObjectMapper
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/
H A DCanonicalizationDriver.cs48 public void SetInput(Stream stream) in SetInput() method in System.IdentityModel.CanonicalizationDriver
57 public void SetInput(XmlReader reader) in SetInput() method in System.IdentityModel.CanonicalizationDriver
/dports/archivers/par2cmdline/par2cmdline-0.8.1/src/
H A Dreedsolomon.cpp55 template <> bool ReedSolomon<Galois8>::SetInput(const vector<bool> &present, std::ostream &sout, st… in SetInput() function in ReedSolomon
84 template <> bool ReedSolomon<Galois8>::SetInput(u32 count, std::ostream &sout, std::ostream &serr) in SetInput() function in ReedSolomon
186 template <> bool ReedSolomon<Galois16>::SetInput(const vector<bool> &present, std::ostream &sout, s… in SetInput() function in ReedSolomon
230 template <> bool ReedSolomon<Galois16>::SetInput(u32 count, std::ostream &sout, std::ostream &serr) in SetInput() function in ReedSolomon
/dports/archivers/libpar2/libpar2-0.4/
H A Dreedsolomon.cpp54 template <> bool ReedSolomon<Galois8>::SetInput(const vector<bool> &present) in SetInput() function in ReedSolomon
83 template <> bool ReedSolomon<Galois8>::SetInput(u32 count) in SetInput() function in ReedSolomon
192 template <> bool ReedSolomon<Galois16>::SetInput(const vector<bool> &present) in SetInput() function in ReedSolomon
236 template <> bool ReedSolomon<Galois16>::SetInput(u32 count) in SetInput() function in ReedSolomon
/dports/news/nzbget/nzbget-21.1/lib/par2/
H A Dreedsolomon.cpp58 template <> bool ReedSolomon<Galois8>::SetInput(const vector<bool> &present) in SetInput() function in Par2::ReedSolomon
87 template <> bool ReedSolomon<Galois8>::SetInput(u32 count) in SetInput() function in Par2::ReedSolomon
196 template <> bool ReedSolomon<Galois16>::SetInput(const vector<bool> &present) in SetInput() function in Par2::ReedSolomon
240 template <> bool ReedSolomon<Galois16>::SetInput(u32 count) in SetInput() function in Par2::ReedSolomon
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Segmentation/Watersheds/include/
H A DitkWatershedImageFilter.h190 void SetInput(const InputImageType *input) override in SetInput() function
204 void SetInput(unsigned int i, const TInputImage *image) override in SetInput() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-swf/include/aws/swf/model/
H A DWorkflowExecutionSignaledEventAttributes.h107 inline void SetInput(const Aws::String& value) { m_inputHasBeenSet = true; m_input = value; } in SetInput() function
113 …inline void SetInput(Aws::String&& value) { m_inputHasBeenSet = true; m_input = std::move(value); } in SetInput() function
119 inline void SetInput(const char* value) { m_inputHasBeenSet = true; m_input.assign(value); } in SetInput() function

12345678910>>...37