Lines Matching refs:cloud_source
73 vtkSmartPointer<vtkCloudMatSource> cloud_source = vtkSmartPointer<vtkCloudMatSource>::New(); in WCloud() local
74 cloud_source->SetColorCloudNormals(cloud, colors, normals); in WCloud()
75 cloud_source->Update(); in WCloud()
78 VtkUtils::SetInputData(mapper, cloud_source->GetOutput()); in WCloud()
105 vtkSmartPointer<vtkCloudMatSource> cloud_source = vtkSmartPointer<vtkCloudMatSource>::New(); in WPaintedCloud() local
106 cloud_source->SetCloud(cloud); in WPaintedCloud()
107 cloud_source->Update(); in WPaintedCloud()
109 Vec6d bounds(cloud_source->GetOutput()->GetPoints()->GetBounds()); in WPaintedCloud()
112 elevation->SetInputConnection(cloud_source->GetOutputPort()); in WPaintedCloud()
134 vtkSmartPointer<vtkCloudMatSource> cloud_source = vtkSmartPointer<vtkCloudMatSource>::New(); in WPaintedCloud() local
135 cloud_source->SetCloud(cloud); in WPaintedCloud()
138 elevation->SetInputConnection(cloud_source->GetOutputPort()); in WPaintedCloud()
160 vtkSmartPointer<vtkCloudMatSource> cloud_source = vtkSmartPointer<vtkCloudMatSource>::New(); in WPaintedCloud() local
161 cloud_source->SetCloud(cloud); in WPaintedCloud()
164 elevation->SetInputConnection(cloud_source->GetOutputPort()); in WPaintedCloud()