Home
last modified time | relevance | path

Searched refs:GetConnectivity (Results 1 – 25 of 181) sorted by relevance

12345678

/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkCellArray.cxx45 return (cells.GetOffsets()->GetSize() + cells.GetConnectivity()->GetSize()); in operator ()()
166 cells.GetConnectivity()->Initialize(); in operator ()()
177 cells.GetConnectivity()->Squeeze(); in operator ()()
189 auto* connArray = state.GetConnectivity(); in operator ()()
241 auto* mutConn = const_cast<ArrayType*>(state.GetConnectivity()); in operator ()()
326 cells.GetConnectivity()->Allocate(connectivitySize)); in operator ()()
342 cells.GetConnectivity()->SetNumberOfValues(connectivitySize)); in operator ()()
406 cells.GetConnectivity()->PrintSelf(os, indent.GetNextIndent()); in operator ()()
487 this->AppendArrayWithOffset(src.GetConnectivity(), dst.GetConnectivity(), pointOffsets, false); in operator ()()
704 this->SetData(srcStorage.GetOffsets(), srcStorage.GetConnectivity()); in ShallowCopy()
[all …]
H A DvtkCellArray.h793 ArrayType* GetConnectivity() { return this->Connectivity; } in GetConnectivity() function
794 const ArrayType* GetConnectivity() const { return this->Connectivity; } in GetConnectivity() function
1341 this->GetConnectivity(), this->GetBeginOffset(cellId), this->GetEndOffset(cellId)); in GetCellRange()
1354 auto* conn = state.GetConnectivity(); in operator()
1374 auto* conn = state.GetConnectivity(); in operator()
1451 cellPoints = reinterpret_cast<vtkIdType*>(state.GetConnectivity()->GetPointer(beginOffset)); in operator()
1483 state.GetConnectivity()->Reset(); in operator()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/xdmf2/vtkxdmf2/libsrc/test/
H A DTestXdmfWriteGridsToFilePython.py169 …top.GetConnectivity().SetHeavyDataSetName(heavyDataSetName + ":/" + grid2.GetName() + "/Connection…
170 top.GetConnectivity().SetNumberType(XDMF_INT32_TYPE)
171 top.GetConnectivity().SetNumberOfElements(4)
172 top.GetConnectivity().SetValueFromInt64(0, 0)
173 top.GetConnectivity().SetValueFromInt64(1, 1)
174 top.GetConnectivity().SetValueFromInt64(2, 2)
175 top.GetConnectivity().SetValueFromInt64(3, 3)
/dports/math/vtk8/VTK-8.2.0/ThirdParty/xdmf2/vtkxdmf2/libsrc/test/
H A DTestXdmfWriteGridsToFilePython.py169 …top.GetConnectivity().SetHeavyDataSetName(heavyDataSetName + ":/" + grid2.GetName() + "/Connection…
170 top.GetConnectivity().SetNumberType(XDMF_INT32_TYPE)
171 top.GetConnectivity().SetNumberOfElements(4)
172 top.GetConnectivity().SetValueFromInt64(0, 0)
173 top.GetConnectivity().SetValueFromInt64(1, 1)
174 top.GetConnectivity().SetValueFromInt64(2, 2)
175 top.GetConnectivity().SetValueFromInt64(3, 3)
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/
H A Dtracks_cleaner.cpp78 std::shared_ptr<CONNECTIVITY_DATA> connectivity = m_brd->GetConnectivity(); in removeShortingTrackSegments()
134 auto connectivity = m_brd->GetConnectivity(); in testTrackEndpointIsNode()
192 if( m_brd->GetConnectivity()->TestTrackEndpointDangling( track ) ) in deleteDanglingTracks()
228 std::shared_ptr<CONNECTIVITY_DATA> connectivity = m_brd->GetConnectivity(); in deleteTracksInPads()
325 for( PAD* pad : m_brd->GetConnectivity()->GetConnectedPads( via ) ) in cleanup()
416 auto connectivity = m_brd->GetConnectivity(); in cleanup()
457 auto connectivity = m_brd->GetConnectivity(); in mergeCollinearSegments()
H A Dedit_zone_helpers.cpp144 GetBoard()->GetConnectivity()->Build( GetBoard() ); in Edit_Zone_Params()
152 GetBoard()->GetConnectivity()->RecalculateRatsnest(); in Edit_Zone_Params()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/qa/testcases/
H A Dtest_005_connectivity_data.py14 self.connectivity = self.pcb.GetConnectivity()
19 connectivity = self.pcb.GetConnectivity()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/tools/
H A Dzone_filler_tool.cpp87 board()->GetConnectivity()->Build( board() ); in CheckAllZones()
160 board()->GetConnectivity()->Build( board() ); in FillAllZones()
216 board()->GetConnectivity()->Build( board() ); in ZoneFill()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/xdmf2/vtkxdmf2/libsrc/utils/
H A DXdmfPartitioner.cxx88 …grid->GetTopology()->GetConnectivity()->GetValues(i*grid->GetTopology()->GetNodesPerElement(), &me… in Partition()
140 …grid->GetTopology()->GetConnectivity()->GetValues(0, conn, numElements * grid->GetTopology()->GetN… in Partition()
203 XdmfArray * connections = top->GetConnectivity(); in Partition()
204 connections->SetNumberType(grid->GetTopology()->GetConnectivity()->GetNumberType()); in Partition()
210 …grid->GetTopology()->GetConnectivity()->GetValues(iter->first * grid->GetTopology()->GetNodesPerEl… in Partition()
468 child->GetTopology()->GetConnectivity()->SetHeavyDataSetName(heavyConnName.str().c_str()); in main()
H A DXdmfDiff.cxx907 top->SetConnectivity(refGrid.GetTopology()->GetConnectivity()); in GetDiffs()
909 if (refGrid.GetTopology()->GetConnectivity()->GetHeavyDataSetName()) in GetDiffs()
912 refGrid.GetTopology()->GetConnectivity()->GetHeavyDataSetName(); in GetDiffs()
915 top->GetConnectivity()->SetHeavyDataSetName(currHeavyName.c_str()); in GetDiffs()
1098 this->CompareValues(diffReport, refTopology->GetConnectivity(), in GetTopologyDiffs()
1099 newTopology->GetConnectivity(), 0, refTopology->GetNumberOfElements(), in GetTopologyDiffs()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/xdmf2/vtkxdmf2/libsrc/utils/
H A DXdmfPartitioner.cxx88 …grid->GetTopology()->GetConnectivity()->GetValues(i*grid->GetTopology()->GetNodesPerElement(), &me… in Partition()
140 …grid->GetTopology()->GetConnectivity()->GetValues(0, conn, numElements * grid->GetTopology()->GetN… in Partition()
203 XdmfArray * connections = top->GetConnectivity(); in Partition()
204 connections->SetNumberType(grid->GetTopology()->GetConnectivity()->GetNumberType()); in Partition()
210 …grid->GetTopology()->GetConnectivity()->GetValues(iter->first * grid->GetTopology()->GetNodesPerEl… in Partition()
468 child->GetTopology()->GetConnectivity()->SetHeavyDataSetName(heavyConnName.str().c_str()); in main()
H A DXdmfDiff.cxx907 top->SetConnectivity(refGrid.GetTopology()->GetConnectivity()); in GetDiffs()
909 if (refGrid.GetTopology()->GetConnectivity()->GetHeavyDataSetName()) in GetDiffs()
912 refGrid.GetTopology()->GetConnectivity()->GetHeavyDataSetName(); in GetDiffs()
915 top->GetConnectivity()->SetHeavyDataSetName(currHeavyName.c_str()); in GetDiffs()
1098 this->CompareValues(diffReport, refTopology->GetConnectivity(), in GetTopologyDiffs()
1099 newTopology->GetConnectivity(), 0, refTopology->GetNumberOfElements(), in GetTopologyDiffs()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/cont/
H A DCellSetExplicit.hxx385 const auto& connectivity = this->GetConnectivity(FromTopology(), ToTopology()); in PrepareForInput()
409 return this->GetConnectivity(FromTopology(), ToTopology()).Shapes; in GetShapesArray()
425 return this->GetConnectivity(FromTopology(), ToTopology()).NumIndices; in GetNumIndicesArray()
441 return this->GetConnectivity(FromTopology(), ToTopology()).Connectivity; in GetConnectivityArray()
457 return this->GetConnectivity(FromTopology(), ToTopology()).IndexOffsets; in GetIndexOffsetArray()
H A DCellSetExplicit.h278 const PointToCellInternalsType& GetConnectivity(vtkm::TopologyElementTagPoint, in GetConnectivity() function
284 const PointToCellInternalsType& GetConnectivity(vtkm::TopologyElementTagPoint, in GetConnectivity() function
290 const CellToPointInternalsType& GetConnectivity(vtkm::TopologyElementTagCell, in GetConnectivity() function
296 const CellToPointInternalsType& GetConnectivity(vtkm::TopologyElementTagCell, in GetConnectivity() function
/dports/math/vtk9/VTK-9.1.0/Accelerators/Vtkm/DataModel/vtkmlib/
H A DCellSetConverters.cxx76 auto connHandleDirect = DirectConverter::Wrap(state.GetConnectivity()); in operator ()()
99 auto* conn = state.GetConnectivity(); in operator ()()
193 auto connHandleDirect = DirectConverter::Wrap(state.GetConnectivity()); in operator ()()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/ratsnest/
H A Dratsnest.cpp42 GetBoard()->GetConnectivity()->RecalculateRatsnest(); in Compile_Ratsnest()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/qa/pcbnew/
H A Dtest_tracks_cleaner.cpp79 m_board->GetConnectivity()->RecalculateRatsnest(); in BOOST_FIXTURE_TEST_CASE()
144 m_board->GetConnectivity()->RecalculateRatsnest(); in BOOST_FIXTURE_TEST_CASE()
/dports/math/vtk9/VTK-9.1.0/Filters/SMP/
H A DvtkSMPMergePolyDataHelper.cxx203 vtk::DataArrayValueRange<1>(inState.GetConnectivity(), inConnOffset, inConnOffsetEnd); in operator ()()
207 vtk::DataArrayValueRange<1>(outState.GetConnectivity(), outConnOffset + inConnOffset); in operator ()()
317 const auto inConn = vtk::DataArrayValueRange<1>(in.GetConnectivity()); in operator ()()
319 auto outConn = vtk::DataArrayValueRange<1>(out.GetConnectivity()); in operator ()()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/cont/
H A DCellSetExplicit.h337 const CellPointIdsType& GetConnectivity(vtkm::TopologyElementTagCell, in GetConnectivity() function
344 const CellPointIdsType& GetConnectivity(vtkm::TopologyElementTagCell, in GetConnectivity() function
351 const PointCellIdsType& GetConnectivity(vtkm::TopologyElementTagPoint, in GetConnectivity() function
358 const PointCellIdsType& GetConnectivity(vtkm::TopologyElementTagPoint, in GetConnectivity() function
H A DCellSetExplicit.hxx380 const auto& connectivity = this->GetConnectivity(VisitTopology{}, in PrepareForInput()
403 return this->GetConnectivity(VisitTopology{}, IncidentTopology{}).Shapes; in GetShapesArray()
417 return this->GetConnectivity(VisitTopology{}, in GetConnectivityArray()
432 return this->GetConnectivity(VisitTopology{}, in GetOffsetsArray()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/security_interstitials/content/
H A Dcaptive_portal_helper_win.cc16 if (FAILED(network->GetConnectivity(&connectivity))) in IsNetworkBehindCaptivePortal()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/security_interstitials/content/
H A Dcaptive_portal_helper_win.cc16 if (FAILED(network->GetConnectivity(&connectivity))) in IsNetworkBehindCaptivePortal()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dnetlistmgr.h920 virtual HRESULT STDMETHODCALLTYPE GetConnectivity(
1001 HRESULT (STDMETHODCALLTYPE *GetConnectivity)(
1075 return This->lpVtbl->GetConnectivity(This,pConnectivity);
1290 virtual HRESULT STDMETHODCALLTYPE GetConnectivity(
1365 HRESULT (STDMETHODCALLTYPE *GetConnectivity)(
1403 #define INetworkConnection_GetConnectivity(This,pConnectivity) (This)->lpVtbl->GetConnectivity(This…
1442 return This->lpVtbl->GetConnectivity(This,pConnectivity);
1510 virtual HRESULT STDMETHODCALLTYPE GetConnectivity(
1613 HRESULT (STDMETHODCALLTYPE *GetConnectivity)(
1654 #define INetwork_GetConnectivity(This,pConnectivity) (This)->lpVtbl->GetConnectivity(This,pConnecti…
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dnetlistmgr.h920 virtual HRESULT STDMETHODCALLTYPE GetConnectivity(
1001 HRESULT (STDMETHODCALLTYPE *GetConnectivity)(
1075 return This->lpVtbl->GetConnectivity(This,pConnectivity);
1290 virtual HRESULT STDMETHODCALLTYPE GetConnectivity(
1365 HRESULT (STDMETHODCALLTYPE *GetConnectivity)(
1403 #define INetworkConnection_GetConnectivity(This,pConnectivity) (This)->lpVtbl->GetConnectivity(This…
1442 return This->lpVtbl->GetConnectivity(This,pConnectivity);
1510 virtual HRESULT STDMETHODCALLTYPE GetConnectivity(
1613 HRESULT (STDMETHODCALLTYPE *GetConnectivity)(
1654 #define INetwork_GetConnectivity(This,pConnectivity) (This)->lpVtbl->GetConnectivity(This,pConnecti…
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/xdmf2/vtkxdmf2/libsrc/
H A DXdmfTopology.h308 XdmfArray *GetConnectivity( XdmfArray *Array = NULL, XdmfInt32 Create=1 );

12345678