Home
last modified time | relevance | path

Searched refs:Surfaces (Results 1 – 25 of 1561) sorted by relevance

12345678910>>...63

/dports/cad/opencascade/opencascade-7.6.0/src/DrawResources/
H A DSURFACES.tcl17 if [info exists theMenus(Surfaces)] {
18 destroy [string trimright $theMenus(Surfaces) ".menu"]
19 unset theMenus(Surfaces)
28 addmenu Surfaces "Plane" {dialanasurf plane p {}}
29 addmenu Surfaces "Cylinder" {dialanasurf cylinder c {radius 1}}
30 addmenu Surfaces "Cone" {dialanasurf cone c {angle 30 radius 0}}
31 addmenu Surfaces "Sphere" {dialanasurf sphere s {radius 1}}
32 addmenu Surfaces "Torus" {dialanasurf torus t {radii {1 0.8}}}
33 addmenu Surfaces "Revolution" {dialbox revsur name r basis . origin {0 0 0} axis {0 0 1}}
34 addmenu Surfaces "Extrusion" {dialbox extsurf name e basis . direction {0 0 1}}
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/cairo-0.13.8.1/Graphics/Rendering/Cairo/
H A DInternal.hs26 , module Graphics.Rendering.Cairo.Internal.Surfaces.Image
27 , module Graphics.Rendering.Cairo.Internal.Surfaces.PDF
28 , module Graphics.Rendering.Cairo.Internal.Surfaces.PNG
29 , module Graphics.Rendering.Cairo.Internal.Surfaces.PS
30 , module Graphics.Rendering.Cairo.Internal.Surfaces.SVG
44 import Graphics.Rendering.Cairo.Internal.Surfaces.Image
45 import Graphics.Rendering.Cairo.Internal.Surfaces.PDF
46 import Graphics.Rendering.Cairo.Internal.Surfaces.PNG
47 import Graphics.Rendering.Cairo.Internal.Surfaces.PS
48 import Graphics.Rendering.Cairo.Internal.Surfaces.SVG
[all …]
/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/cairo-0.13.8.1/Graphics/Rendering/Cairo/
H A DInternal.hs26 , module Graphics.Rendering.Cairo.Internal.Surfaces.Image
27 , module Graphics.Rendering.Cairo.Internal.Surfaces.PDF
28 , module Graphics.Rendering.Cairo.Internal.Surfaces.PNG
29 , module Graphics.Rendering.Cairo.Internal.Surfaces.PS
30 , module Graphics.Rendering.Cairo.Internal.Surfaces.SVG
44 import Graphics.Rendering.Cairo.Internal.Surfaces.Image
45 import Graphics.Rendering.Cairo.Internal.Surfaces.PDF
46 import Graphics.Rendering.Cairo.Internal.Surfaces.PNG
47 import Graphics.Rendering.Cairo.Internal.Surfaces.PS
48 import Graphics.Rendering.Cairo.Internal.Surfaces.SVG
[all …]
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/
H A DSurface.hpp107 typedef std::vector<Surface> Surfaces; typedef
110 inline Polygons to_polygons(const Surfaces &src) in to_polygons()
140 inline ExPolygons to_expolygons(const Surfaces &src) in to_expolygons()
149 inline ExPolygons to_expolygons(Surfaces &&src) in to_expolygons()
153 for (Surfaces::const_iterator it = src.begin(); it != src.end(); ++it) in to_expolygons()
170 inline size_t number_polygons(const Surfaces &surfaces) in number_polygons()
186 inline void polygons_append(Polygons &dst, const Surfaces &src) in polygons_append()
195 inline void polygons_append(Polygons &dst, Surfaces &&src) in polygons_append()
238 inline void surfaces_append(Surfaces &dst, const Surfaces &src) in surfaces_append()
259 inline void surfaces_append(Surfaces &dst, Surfaces &&src) in surfaces_append()
[all …]
H A DSurfaceCollection.hpp13 Surfaces surfaces;
16 SurfaceCollection(const Surfaces &surfaces) : surfaces(surfaces) {}; in SurfaceCollection()
17 SurfaceCollection(Surfaces &&surfaces) : surfaces(std::move(surfaces)) {}; in SurfaceCollection()
55 void set(const Surfaces &src) { clear(); this->append(src); } in set()
58 void set(Surfaces &&src) { clear(); this->append(std::move(src)); } in set()
64 void append(const Surfaces &src) { surfaces_append(this->surfaces, src); } in append()
67 void append(Surfaces &&src) { surfaces_append(this->surfaces, std::move(src)); } in append()
H A DSurfaceCollection.cpp22 Surfaces ss; in simplify()
23 …for (Surfaces::const_iterator it_s = this->surfaces.begin(); it_s != this->surfaces.end(); ++it_s)… in simplify()
39 for (Surfaces::iterator it = this->surfaces.begin(); it != this->surfaces.end(); ++it) { in group()
61 …for (Surfaces::iterator surface = this->surfaces.begin(); surface != this->surfaces.end(); ++surfa… in filter_by_type()
71 …for (Surfaces::iterator surface = this->surfaces.begin(); surface != this->surfaces.end(); ++surfa… in filter_by_types()
85 …for (Surfaces::iterator surface = this->surfaces.begin(); surface != this->surfaces.end(); ++surfa… in filter_by_type()
170 …for (Surfaces::const_iterator surface = this->surfaces.begin(); surface != this->surfaces.end(); +… in export_to_svg()
178 …for (Surfaces::const_iterator surface = this->surfaces.begin(); surface != this->surfaces.end(); +… in export_to_svg()
/dports/science/py-avogadrolibs/avogadrolibs-1.94.0/avogadro/qtplugins/surfaces/
H A Dsurfaces.cpp68 class Surfaces::PIMPL
75 Surfaces::Surfaces(QObject* p) : ExtensionPlugin(p), d(new PIMPL()) in Surfaces() function in Avogadro::QtPlugins::Surfaces
92 Surfaces::~Surfaces() in ~Surfaces()
158 void Surfaces::calculateSurface() in calculateSurface()
191 void Surfaces::calculateEDT() in calculateEDT()
197 void Surfaces::calculateQM() in calculateQM()
299 void Surfaces::calculateCube() in calculateCube()
328 void Surfaces::displayMesh() in displayMesh()
362 void Surfaces::meshFinished() in meshFinished()
379 void Surfaces::recordMovie() in recordMovie()
[all …]
H A Dsurfacedialog.cpp63 if (type == Surfaces::Type::MolecularOrbital || in surfaceComboChanged()
64 type == Surfaces::Type::FromFile) { in surfaceComboChanged()
116 Surfaces::Type::MolecularOrbital); in setupBasis()
118 Surfaces::Type::ElectronDensity); in setupBasis()
155 m_ui->surfaceCombo->addItem(tr("From File"), Surfaces::Type::FromFile); in setupCubes()
192 Surfaces::Type SurfaceDialog::surfaceType() in surfaceType()
194 return static_cast<Surfaces::Type>(m_ui->surfaceCombo->currentData().toInt()); in surfaceType()
/dports/science/avogadrolibs/avogadrolibs-1.94.0/avogadro/qtplugins/surfaces/
H A Dsurfaces.cpp68 class Surfaces::PIMPL
75 Surfaces::Surfaces(QObject* p) : ExtensionPlugin(p), d(new PIMPL()) in Surfaces() function in Avogadro::QtPlugins::Surfaces
92 Surfaces::~Surfaces() in ~Surfaces()
158 void Surfaces::calculateSurface() in calculateSurface()
191 void Surfaces::calculateEDT() in calculateEDT()
197 void Surfaces::calculateQM() in calculateQM()
299 void Surfaces::calculateCube() in calculateCube()
328 void Surfaces::displayMesh() in displayMesh()
362 void Surfaces::meshFinished() in meshFinished()
379 void Surfaces::recordMovie() in recordMovie()
[all …]
H A Dsurfacedialog.cpp63 if (type == Surfaces::Type::MolecularOrbital || in surfaceComboChanged()
64 type == Surfaces::Type::FromFile) { in surfaceComboChanged()
116 Surfaces::Type::MolecularOrbital); in setupBasis()
118 Surfaces::Type::ElectronDensity); in setupBasis()
155 m_ui->surfaceCombo->addItem(tr("From File"), Surfaces::Type::FromFile); in setupCubes()
192 Surfaces::Type SurfaceDialog::surfaceType() in surfaceType()
194 return static_cast<Surfaces::Type>(m_ui->surfaceCombo->currentData().toInt()); in surfaceType()
/dports/cad/opencascade/opencascade-7.6.0/src/ShapeUpgrade/
H A DShapeUpgrade_SplitSurface.cxx227 Surfaces->SetValue(nc1,nc,NewSurf); in Build()
239 Surfaces ->SetValue(1,nc,NewSurfaceRev); in Build()
243 Surfaces ->SetValue(1,nc,NewSurf); in Build()
247 myResSurfaces->Init(Surfaces); in Build()
279 Surfaces ->SetValue(nc1,nc2,NewSurf); in Build()
290 Surfaces -> SetValue(nc1,1,NewSurfaceEx); in Build()
294 Surfaces ->SetValue(nc1,1,NewSurf); in Build()
298 myResSurfaces->Init(Surfaces); in Build()
367 Surfaces->SetValue(1,1,mySurface); in Build()
374 Surfaces->SetValue(1,1,Surf); in Build()
[all …]
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/mfx_lib/decode/vp8/src/
H A Dmfx_vp8_dec_decode_common.cpp271 … MFX_CHECK(opaque_out->In.Surfaces && opaque_in->In.Surfaces, MFX_ERR_UNDEFINED_BEHAVIOR); in Query()
275 if (opaque_in->In.Surfaces != opaque_out->In.Surfaces) in Query()
276 … std::copy_n(opaque_in->In.Surfaces, opaque_in->In.NumSurface, opaque_out->In.Surfaces); in Query()
278 … MFX_CHECK(opaque_out->Out.Surfaces && opaque_in->Out.Surfaces, MFX_ERR_UNDEFINED_BEHAVIOR); in Query()
282 if (opaque_in->Out.Surfaces != opaque_out->Out.Surfaces) in Query()
283 … std::copy_n(opaque_in->Out.Surfaces, opaque_in->Out.NumSurface, opaque_out->Out.Surfaces); in Query()
/dports/math/vtk8/VTK-8.2.0/Examples/iOS/Surfaces/Surfaces.xcodeproj/
H A Dproject.pbxproj37 …5DD3D006BFB54 /* Surfaces.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application…
72 1D6058910D05DD3D006BFB54 /* Surfaces.app */,
105 8D1107310486CEB800E47090 /* Surfaces-Info.plist */,
139 1D6058900D05DD3D006BFB54 /* Surfaces */ = {
151 name = Surfaces;
153 productReference = 1D6058910D05DD3D006BFB54 /* Surfaces.app */;
175 1D6058900D05DD3D006BFB54 /* Surfaces */,
248 INFOPLIST_FILE = "Surfaces-Info.plist";
252 PRODUCT_NAME = Surfaces;
278 INFOPLIST_FILE = "Surfaces-Info.plist";
[all …]
/dports/math/vtk9/VTK-9.1.0/Examples/iOS/Surfaces/Surfaces.xcodeproj/
H A Dproject.pbxproj37 …5DD3D006BFB54 /* Surfaces.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application…
72 1D6058910D05DD3D006BFB54 /* Surfaces.app */,
105 8D1107310486CEB800E47090 /* Surfaces-Info.plist */,
139 1D6058900D05DD3D006BFB54 /* Surfaces */ = {
151 name = Surfaces;
153 productReference = 1D6058910D05DD3D006BFB54 /* Surfaces.app */;
175 1D6058900D05DD3D006BFB54 /* Surfaces */,
248 INFOPLIST_FILE = "Surfaces-Info.plist";
252 PRODUCT_NAME = Surfaces;
278 INFOPLIST_FILE = "Surfaces-Info.plist";
[all …]
/dports/math/vtk6/VTK-6.2.0/Examples/iOS/Surfaces/Surfaces.xcodeproj/
H A Dproject.pbxproj37 …5DD3D006BFB54 /* Surfaces.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application…
72 1D6058910D05DD3D006BFB54 /* Surfaces.app */,
105 8D1107310486CEB800E47090 /* Surfaces-Info.plist */,
139 1D6058900D05DD3D006BFB54 /* Surfaces */ = {
151 name = Surfaces;
153 productReference = 1D6058910D05DD3D006BFB54 /* Surfaces.app */;
175 1D6058900D05DD3D006BFB54 /* Surfaces */,
247 INFOPLIST_FILE = "Surfaces-Info.plist";
251 PRODUCT_NAME = Surfaces;
277 INFOPLIST_FILE = "Surfaces-Info.plist";
[all …]
/dports/multimedia/libva-intel-driver/intel-vaapi-driver-2.4.1/test/
H A Di965_test_fixture.h33 typedef std::vector<VASurfaceID> Surfaces; typedef
66 Surfaces createSurfaces(int w, int h, int format, size_t count = 1,
73 void destroySurfaces(Surfaces&);
94 const Surfaces& = Surfaces());
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/documentation/
H A Dreferences.rst45 | *Feature Adaptive GPU Rendering of Catmull-Clark Subdivision Surfaces*
51 | *Efficient Evaluation of Semi-Smooth Creases in Catmull-Clark Subdivision Surfaces*
57 | *Approximating Subdivision Surfaces with Gregory Patches for Hardware Tessellation*
69 | *Fast Parallel Construction of Smooth Surfaces from Meshes with Tri/Quad/Pent Facets*
75 | *Approximating Catmull-Clark Subdivision Surfaces with Bicubic Patches*
81 | *Rapid Evaluation of Catmull-Clark Subdivision Surfaces*
87 | *Piecewise Smooth Subdivision Surfaces with Normal Control*
98 | *Exact Evaluation of Catmull-Clark Subdivision Surfaces at Arbitrary Parameter Values*
104 | *Subdivision Surfaces in Character Animation*
110 | *Efficient, Fair Interpolation Using Catmull-Clark Surfaces*
/dports/graphics/rayshade/rayshade.4.0/libshade/
H A Dsurfdef.c26 static Surface *Surfaces; /* Named surfaces */ variable
69 surf->next = Surfaces;
70 Surfaces = surf;
98 for (stmp = Surfaces; stmp ; stmp = stmp->next)
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/GDCM/src/gdcm/Source/MediaStorageAndFileFormat/
H A DgdcmSegment.cxx82 Surfaces() in Segment()
228 SurfaceCount = (unsigned long)Surfaces.size(); in ComputeSurfaceCount()
248 return Surfaces; in GetSurfaces()
253 return Surfaces; in GetSurfaces()
259 return Surfaces[idx]; in GetSurface()
264 Surfaces.push_back(surface); in AddSurface()
/dports/devel/gdcm/gdcm-3.0.10/Source/MediaStorageAndFileFormat/
H A DgdcmSegment.cxx82 Surfaces() in Segment()
228 SurfaceCount = (unsigned long)Surfaces.size(); in ComputeSurfaceCount()
248 return Surfaces; in GetSurfaces()
253 return Surfaces; in GetSurfaces()
259 return Surfaces[idx]; in GetSurface()
264 Surfaces.push_back(surface); in AddSurface()
/dports/games/brainparty/brainparty/
H A DSpriteFont.cpp25 Surfaces.Clear(); in ~SpriteFont()
31 for (int i = 0; i < Surfaces.Count; ++i) { in drawAtPoint()
32 Texture* tex = Surfaces[i]; in drawAtPoint()
/dports/math/vtk8/VTK-8.2.0/Examples/iOS/
H A DCleanExamples.cmake5 IF(EXISTS "${BIN_DIR}/Surfaces" AND IS_DIRECTORY "${BIN_DIR}/Surfaces")
6 FILE(REMOVE_RECURSE "${BIN_DIR}/Surfaces")
/dports/math/vtk9/VTK-9.1.0/Examples/iOS/
H A DCleanExamples.cmake5 IF(EXISTS "${BIN_DIR}/Surfaces" AND IS_DIRECTORY "${BIN_DIR}/Surfaces")
6 FILE(REMOVE_RECURSE "${BIN_DIR}/Surfaces")
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/cairo-0.13.8.1/
H A Dcairo.cabal77 Graphics.Rendering.Cairo.Internal.Surfaces.Image
78 Graphics.Rendering.Cairo.Internal.Surfaces.PNG
79 Graphics.Rendering.Cairo.Internal.Surfaces.Surface
81 Graphics.Rendering.Cairo.Internal.Surfaces.PDF
82 Graphics.Rendering.Cairo.Internal.Surfaces.PS
83 Graphics.Rendering.Cairo.Internal.Surfaces.SVG
/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/cairo-0.13.8.1/
H A Dcairo.cabal77 Graphics.Rendering.Cairo.Internal.Surfaces.Image
78 Graphics.Rendering.Cairo.Internal.Surfaces.PNG
79 Graphics.Rendering.Cairo.Internal.Surfaces.Surface
81 Graphics.Rendering.Cairo.Internal.Surfaces.PDF
82 Graphics.Rendering.Cairo.Internal.Surfaces.PS
83 Graphics.Rendering.Cairo.Internal.Surfaces.SVG

12345678910>>...63