Searched refs:inputVector (Results 1 – 3 of 3) sorted by relevance
291 List<Double> inputVector = new ArrayList<Double>(); in testVector_double_to_Mat() local292 inputVector.add(2.0); in testVector_double_to_Mat()293 inputVector.add(4.0); in testVector_double_to_Mat()294 inputVector.add(3.0); in testVector_double_to_Mat()295 inputVector.add(9.0); in testVector_double_to_Mat()297 dst = Converters.vector_double_to_Mat(inputVector); in testVector_double_to_Mat()304 List<Float> inputVector = new ArrayList<Float>(); in testVector_float_to_Mat() local305 inputVector.add(2.0f); in testVector_float_to_Mat()306 inputVector.add(4.0f); in testVector_float_to_Mat()307 inputVector.add(3.0f); in testVector_float_to_Mat()[all …]
103 …vtkInformation *vtkNotUsed(request), vtkInformationVector **vtkNotUsed(inputVector), vtkInformatio… in RequestData() argument
163 …vtkInformation *vtkNotUsed(request), vtkInformationVector **vtkNotUsed(inputVector), vtkInformatio… in RequestData() argument