Home
last modified time | relevance | path

Searched refs:appendFilter (Results 1 – 25 of 194) sorted by relevance

12345678

/dports/math/vtk9/VTK-9.1.0/Filters/Modeling/Testing/Cxx/
H A DTestDijkstraGraphGeodesicPath.cxx27 vtkNew<vtkAppendPolyData> appendFilter; in TestDijkstraGraphGeodesicPath() local
28 appendFilter->AddInputConnection(sphere1->GetOutputPort()); in TestDijkstraGraphGeodesicPath()
29 appendFilter->Update(); in TestDijkstraGraphGeodesicPath()
31 vtkPolyData* polyData = appendFilter->GetOutput(); in TestDijkstraGraphGeodesicPath()
55 appendFilter->AddInputConnection(sphere2->GetOutputPort()); in TestDijkstraGraphGeodesicPath()
56 appendFilter->Update(); in TestDijkstraGraphGeodesicPath()
58 polyData = appendFilter->GetOutput(); in TestDijkstraGraphGeodesicPath()
/dports/math/vtk8/VTK-8.2.0/Filters/Parallel/
H A DvtkAggregateDataSetFilter.cxx159 vtkNew<vtkAppendPolyData> appendFilter; in RequestData() local
163 appendFilter->AddInputData(vtkPolyData::SafeDownCast(*it)); in RequestData()
165 appendFilter->Update(); in RequestData()
166 output->ShallowCopy(appendFilter->GetOutput()); in RequestData()
170 vtkNew<vtkAppendFilter> appendFilter; in RequestData() local
171 appendFilter->MergePointsOn(); in RequestData()
175 appendFilter->AddInputData(*it); in RequestData()
177 appendFilter->Update(); in RequestData()
178 output->ShallowCopy(appendFilter->GetOutput()); in RequestData()
/dports/math/vtk9/VTK-9.1.0/Filters/Parallel/
H A DvtkAggregateDataSetFilter.cxx175 vtkNew<vtkAppendPolyData> appendFilter; in RequestData() local
179 appendFilter->AddInputData(vtkPolyData::SafeDownCast(*it)); in RequestData()
181 appendFilter->Update(); in RequestData()
182 output->ShallowCopy(appendFilter->GetOutput()); in RequestData()
186 vtkNew<vtkAppendFilter> appendFilter; in RequestData() local
187 appendFilter->SetMergePoints(this->MergePoints); in RequestData()
191 appendFilter->AddInputData(*it); in RequestData()
193 appendFilter->Update(); in RequestData()
194 output->ShallowCopy(appendFilter->GetOutput()); in RequestData()
/dports/math/vtk9/VTK-9.1.0/Filters/General/
H A DvtkVoxelContoursToSurfaceFilter.cxx464 vtkAppendPolyData* appendFilter; in RequestData() local
528 appendFilter = vtkAppendPolyData::New(); in RequestData()
606 appendFilter->AddInputData(contourOutput); in RequestData()
620 appendFilter->Update(); in RequestData()
623 output->SetPoints(appendFilter->GetOutput()->GetPoints()); in RequestData()
624 output->SetVerts(appendFilter->GetOutput()->GetVerts()); in RequestData()
625 output->SetLines(appendFilter->GetOutput()->GetLines()); in RequestData()
626 output->SetPolys(appendFilter->GetOutput()->GetPolys()); in RequestData()
627 output->SetStrips(appendFilter->GetOutput()->GetStrips()); in RequestData()
628 output->GetPointData()->PassData(appendFilter->GetOutput()->GetPointData()); in RequestData()
[all …]
/dports/math/vtk8/VTK-8.2.0/Filters/General/
H A DvtkVoxelContoursToSurfaceFilter.cxx481 vtkAppendPolyData *appendFilter; in RequestData() local
544 appendFilter = vtkAppendPolyData::New(); in RequestData()
624 appendFilter->AddInputData( contourOutput ); in RequestData()
639 appendFilter->Update(); in RequestData()
642 output->SetPoints( appendFilter->GetOutput()->GetPoints() ); in RequestData()
643 output->SetVerts( appendFilter->GetOutput()->GetVerts() ); in RequestData()
644 output->SetLines( appendFilter->GetOutput()->GetLines() ); in RequestData()
645 output->SetPolys( appendFilter->GetOutput()->GetPolys() ); in RequestData()
646 output->SetStrips( appendFilter->GetOutput()->GetStrips() ); in RequestData()
647 output->GetPointData()->PassData(appendFilter->GetOutput()->GetPointData()); in RequestData()
[all …]
/dports/math/vtk6/VTK-6.2.0/Filters/General/
H A DvtkVoxelContoursToSurfaceFilter.cxx481 vtkAppendPolyData *appendFilter; in RequestData() local
544 appendFilter = vtkAppendPolyData::New(); in RequestData()
624 appendFilter->AddInputData( contourOutput ); in RequestData()
639 appendFilter->Update(); in RequestData()
642 output->SetPoints( appendFilter->GetOutput()->GetPoints() ); in RequestData()
643 output->SetVerts( appendFilter->GetOutput()->GetVerts() ); in RequestData()
644 output->SetLines( appendFilter->GetOutput()->GetLines() ); in RequestData()
645 output->SetPolys( appendFilter->GetOutput()->GetPolys() ); in RequestData()
646 output->SetStrips( appendFilter->GetOutput()->GetStrips() ); in RequestData()
647 output->GetPointData()->PassData(appendFilter->GetOutput()->GetPointData()); in RequestData()
[all …]
/dports/math/vtk8/VTK-8.2.0/Infovis/Layout/
H A DvtkCirclePackToPolyData.cxx86 VTK_CREATE(vtkAppendPolyData, appendFilter); in RequestData()
100 appendFilter->AddInputData(circlePData); in RequestData()
109 appendFilter->Update(); in RequestData()
110 outputPoly->ShallowCopy(appendFilter->GetOutput()); in RequestData()
/dports/math/vtk9/VTK-9.1.0/Infovis/Layout/
H A DvtkCirclePackToPolyData.cxx81 VTK_CREATE(vtkAppendPolyData, appendFilter); in RequestData()
90 appendFilter->AddInputData(circlePData); in RequestData()
99 appendFilter->Update(); in RequestData()
100 outputPoly->ShallowCopy(appendFilter->GetOutput()); in RequestData()
/dports/math/vtk6/VTK-6.2.0/Infovis/Layout/
H A DvtkCirclePackToPolyData.cxx88 VTK_CREATE(vtkAppendPolyData, appendFilter); in RequestData()
102 appendFilter->AddInputData(circlePData); in RequestData()
111 appendFilter->Update(); in RequestData()
112 outputPoly->ShallowCopy(appendFilter->GetOutput()); in RequestData()
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/components/variant/
H A DVCFFilter.java785 record.appendFilter(ids.get(i)); in setFilterString()
787 record.appendFilter(";"); in setFilterString()
808 record.appendFilter(id); in setFilterString()
812 record.appendFilter(id); in setFilterString()
816 record.appendFilter(id); in setFilterString()
820 record.appendFilter(id); in setFilterString()
833 record.appendFilter(id); in setFilterString()
842 record.appendFilter(id); in setFilterString()
865 record.appendFilter(id); in setFilterString()
869 record.appendFilter(id); in setFilterString()
[all …]
/dports/net-im/spectral/SortFilterProxyModel-36befddf5d57faad990e72c88c5844794f274145/filters/
H A Dfiltercontainer.cpp15 void FilterContainer::appendFilter(Filter* filter) in appendFilter() function in qqsfpm::FilterContainer
48 that->appendFilter(filter); in append_filter()
/dports/editors/libreoffice/libreoffice-7.2.6.2/fpicker/source/win32/workbench/
H A DTest_fps.cxx288 xFilterMgr->appendFilter( L"Alle", L"*.*" ); in main()
289 xFilterMgr->appendFilter( L"BMP", L"*.bmp" ); in main()
290 xFilterMgr->appendFilter( L"SDW", L"*.sdw;*.sdc;*.sdi" ); in main()
291 xFilterMgr->appendFilter( L"SXW", L"*.sxw;*.sxi" ); in main()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/fpicker/source/win32/workbench/
H A DTest_fps.cxx288 xFilterMgr->appendFilter( L"Alle", L"*.*" ); in main()
289 xFilterMgr->appendFilter( L"BMP", L"*.bmp" ); in main()
290 xFilterMgr->appendFilter( L"SDW", L"*.sdw;*.sdc;*.sdi" ); in main()
291 xFilterMgr->appendFilter( L"SXW", L"*.sxw;*.sxi" ); in main()
/dports/net/mailcommon/mailcommon-21.12.3/src/filter/filterimporter/
H A Dfilterimporterprocmail.cpp45 appendFilter(filter); in readStream()
68 appendFilter(filter); in parseLine()
H A Dfilterimporterclawsmail.cpp52 appendFilter(filter); in readStream()
56 appendFilter(filter); in readStream()
H A Dfilterimporterabstract.h29 void appendFilter(MailCommon::MailFilter *filter);
/dports/devel/log4cplus/log4cplus-1.1.2/src/
H A Dfilter.cxx68 Filter::appendFilter(FilterPtr filter) in appendFilter() function in log4cplus::spi::Filter
73 next->appendFilter(filter); in appendFilter()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/oflog/libsrc/
H A Dfilter.cc69 Filter::appendFilter(FilterPtr filter) in appendFilter() function in dcmtk::log4cplus::spi::Filter
74 next->appendFilter(filter); in appendFilter()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/joblist/
H A Dpdictionary.cpp544 void pDictionaryStep::appendFilter(const messageqcpp::ByteStream& filter, unsigned count) in appendFilter() function in joblist::pDictionaryStep
577 void pDictionaryStep::appendFilter(const std::vector<const execplan::Filter*>& fs) in appendFilter() function in joblist::pDictionaryStep
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/joblist/
H A Dpdictionary.cpp544 void pDictionaryStep::appendFilter(const messageqcpp::ByteStream& filter, unsigned count) in appendFilter() function in joblist::pDictionaryStep
577 void pDictionaryStep::appendFilter(const std::vector<const execplan::Filter*>& fs) in appendFilter() function in joblist::pDictionaryStep
/dports/math/vtk9/VTK-9.1.0/Filters/FlowPaths/
H A DvtkVectorFieldTopology.cxx934 vtkNew<vtkAppendPolyData> appendFilter; in ComputeSeparatricesBoundarySwitchPoints() local
935 appendFilter->AddInputData(separatrices); in ComputeSeparatricesBoundarySwitchPoints()
936 appendFilter->AddInputData(streamTracer->GetOutput()); in ComputeSeparatricesBoundarySwitchPoints()
937 appendFilter->Update(); in ComputeSeparatricesBoundarySwitchPoints()
938 separatrices->DeepCopy(appendFilter->GetOutput()); in ComputeSeparatricesBoundarySwitchPoints()
1336 vtkNew<vtkAppendPolyData> appendFilter; in ComputeSeparatricesBoundarySwitchLines() local
1337 appendFilter->AddInputData(separatrices); in ComputeSeparatricesBoundarySwitchLines()
1339 appendFilter->Update(); in ComputeSeparatricesBoundarySwitchLines()
1607 vtkNew<vtkAppendPolyData> appendFilter; in ComputeSeparatrices() local
1608 appendFilter->AddInputData(separatrices); in ComputeSeparatrices()
[all …]
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Ddump_mesh.cpp880 … vtkSmartPointer<vtkAppendPolyData> appendFilter = vtkSmartPointer<vtkAppendPolyData>::New(); in prepare_mbSet() local
886 appendFilter->AddInputConnection(all_poly_data.back()->GetProducerPort()); in prepare_mbSet()
888 appendFilter->AddInputData(all_poly_data.back()); in prepare_mbSet()
903 appendFilter->AddInputConnection(all_poly_data.back()->GetProducerPort()); in prepare_mbSet()
905 appendFilter->AddInputData(all_poly_data.back()); in prepare_mbSet()
908 appendFilter->Update(); in prepare_mbSet()
909 poly_data = appendFilter->GetOutput(); in prepare_mbSet()
/dports/net-im/kopete/kopete-21.12.3/plugins/highlight/
H A Dhighlightconfig.h36 void appendFilter(Filter *f);
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/tools/
H A Doctree_viewer.cpp311 vtkSmartPointer<vtkAppendPolyData> appendFilter = vtkSmartPointer<vtkAppendPolyData>::New (); in showCubes() local
326 appendFilter->AddInputData (wk_cubeSource->GetOutput ()); in showCubes()
332 cleanFilter->SetInputConnection (appendFilter->GetOutputPort ()); in showCubes()
/dports/editors/libreoffice/libreoffice-7.2.6.2/odk/examples/DevelopersGuide/GUI/
H A DSystemDialog.java98 xFilterManager.appendFilter("OpenDocument Text Template", "writer8_template"); in raiseSaveAsDialog()
99 xFilterManager.appendFilter("OpenDocument Text", "writer8"); in raiseSaveAsDialog()

12345678