Home
last modified time | relevance | path

Searched defs:projection (Results 26 – 50 of 2573) sorted by relevance

12345678910>>...103

/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/albertagrid/
H A Dprojection.hh46 explicit DuneBoundaryProjection ( const ProjectionPtr &projection ) in DuneBoundaryProjection()
62 const Projection &projection () const in projection() function in Dune::Alberta::DuneBoundaryProjection
108 Projection projection ( const ElementInfo &elementInfo, const int face ) const in projection() function in Dune::Alberta::ProjectionFactoryInterface
113 Projection projection ( const ElementInfo &elementInfo ) const in projection() function in Dune::Alberta::ProjectionFactoryInterface
171 DuneGlobalBoundaryProjectionFactory ( const DuneProjectionPtr &projection ) in DuneGlobalBoundaryProjectionFactory()
185 Projection projection ( const ElementInfo &elementInfo, const int face ) const in projection() function in Dune::Alberta::DuneGlobalBoundaryProjectionFactory
190 Projection projection ( const ElementInfo &elementInfo ) const in projection() function in Dune::Alberta::DuneGlobalBoundaryProjectionFactory
246 NodeProjection ( unsigned int boundaryIndex, const Projection &projection ) in NodeProjection()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/rust/datafusion/src/datasource/
H A Dparquet.rs87 let projection = None; in read_small_batches() localVariable
128 let projection = None; in read_alltypes_plain_parquet() localVariable
141 let projection = Some(vec![1]); in read_bool_alltypes_plain_parquet() localVariable
169 let projection = Some(vec![0]); in read_i32_alltypes_plain_parquet() localVariable
194 let projection = Some(vec![10]); in read_i96_alltypes_plain_parquet() localVariable
219 let projection = Some(vec![6]); in read_f32_alltypes_plain_parquet() localVariable
247 let projection = Some(vec![7]); in read_f64_alltypes_plain_parquet() localVariable
275 let projection = Some(vec![9]); in read_binary_alltypes_plain_parquet() localVariable
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-core/src/main/java/de/lmu/ifi/dbs/elki/datasource/filter/transform/
H A DProjectionFilter.java47 Projection<I, O> projection; field in ProjectionFilter
54 public ProjectionFilter(Projection<I, O> projection) { in ProjectionFilter()
94 Projection<I, O> projection; field in ProjectionFilter.Parameterizer
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/core/resource/
H A Dresource_projector.py106 def __init__(self, projection, by_columns=False, argument
144 def _ProjectAttribute(self, obj, projection, flag): argument
165 def _ProjectClass(self, obj, projection, flag): argument
222 def _ProjectDict(self, obj, projection, flag): argument
262 def _ProjectList(self, obj, projection, flag): argument
373 def _Project(self, obj, projection, flag, leaf=False): argument
/dports/astro/stellarium/stellarium-0.21.3/src/tests/
H A DtestStelProjector.cpp36 StelProjectorP projection = StelProjectorP(new StelProjectorPerspective(modelViewTransform)); in QTEST_GUILESS_MAIN() local
95 StelProjectorP projection = StelProjectorP(new StelProjectorEqualArea(modelViewTransform)); in testStelProjectorEqualArea() local
156 StelProjectorP projection = StelProjectorP(new StelProjectorStereographic(modelViewTransform)); in testStelProjectorStereographic() local
215 StelProjectorP projection = StelProjectorP(new StelProjectorFisheye(modelViewTransform)); in testStelProjectorFisheye() local
276 StelProjectorP projection = StelProjectorP(new StelProjectorHammer(modelViewTransform)); in testStelProjectorHammer() local
335 StelProjectorP projection = StelProjectorP(new StelProjectorCylinder(modelViewTransform)); in testStelProjectorCylinder() local
394 StelProjectorP projection = StelProjectorP(new StelProjectorMercator(modelViewTransform)); in testStelProjectorMercator() local
453 StelProjectorP projection = StelProjectorP(new StelProjectorOrthographic(modelViewTransform)); in testStelProjectorOrthographic() local
512 StelProjectorP projection = StelProjectorP(new StelProjectorSinusoidal(modelViewTransform)); in testStelProjectorSinusoidal() local
573 StelProjectorP projection = StelProjectorP(new StelProjectorMiller(modelViewTransform)); in testStelProjectorMiller() local
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/rust/datafusion/src/datasource/
H A Dparquet.rs115 let projection = None; in read_small_batches() localVariable
164 let projection = None; in read_alltypes_plain_parquet() localVariable
176 let projection = Some(vec![1]); in read_bool_alltypes_plain_parquet() localVariable
203 let projection = Some(vec![0]); in read_i32_alltypes_plain_parquet() localVariable
227 let projection = Some(vec![10]); in read_i96_alltypes_plain_parquet() localVariable
251 let projection = Some(vec![6]); in read_f32_alltypes_plain_parquet() localVariable
278 let projection = Some(vec![7]); in read_f64_alltypes_plain_parquet() localVariable
305 let projection = Some(vec![9]); in read_binary_alltypes_plain_parquet() localVariable
/dports/math/vtk6/VTK-6.2.0/Common/DataModel/Testing/Cxx/
H A DTestPlane.cxx51 double projection[3]; in TestPlane() local
71 double projection[3]; in TestPlane() local
91 double projection[3]; in TestPlane() local
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/quick3d/
H A Dqquick3dcustomcamera.cpp77 QMatrix4x4 QQuick3DCustomCamera::projection() const in projection() function in QQuick3DCustomCamera
82 void QQuick3DCustomCamera::setProjection(const QMatrix4x4 &projection) in setProjection()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/common/include/pcl/common/impl/
H A Dpca.hpp166 PCA<PointT>::project (const PointT& input, PointT& projection) in project()
179 PCA<PointT>::project (const PointCloud& input, PointCloud& projection) in project()
208 PCA<PointT>::reconstruct (const PointT& projection, PointT& input) in reconstruct()
221 PCA<PointT>::reconstruct (const PointCloud& projection, PointCloud& input) in reconstruct()
/dports/graphics/krita/krita-4.4.8/libs/ui/tests/
H A Dkis_prescaled_projection_test.cpp44 bool KisPrescaledProjectionTest::testProjectionScenario(KisPrescaledProjection & projection, in testProjectionScenario()
174 KisPrescaledProjection projection; in testScalingUndeferredSmoothingPixelForPixel() local
209 KisPrescaledProjection projection; in testScalingUndeferredSmoothing() local
241 KisPrescaledProjection projection; in benchmarkUpdate() local
316 KisPrescaledProjection projection; member in PrescaledProjectionTester
/dports/science/pynn/PyNN-0.10.0/pyNN/
H A Dcore.py66 def projection(self): member in IndexBasedExpression
73 def projection(self, projection): argument
/dports/math/asymptote/asymptote-2.67/
H A Dglrender.h127 struct projection struct
138 projection(bool orthographic=false, camp::triple camera=0.0, argument
151 projection camera(bool user=true); argument
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/
H A DResultsMask.php23 public $projection; variable in Google_Service_ConsumerSurveys_ResultsMask
39 public function setProjection($projection)
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Surveys/
H A DResultsMask.php23 public $projection; variable in Google_Service_Surveys_ResultsMask
39 public function setProjection($projection)
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Surveys/
H A DResultsMask.php23 public $projection; variable in Google_Service_Surveys_ResultsMask
39 public function setProjection($projection)
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ConsumerSurveys/
H A DResultsMask.php23 public $projection; variable in Google_Service_ConsumerSurveys_ResultsMask
39 public function setProjection($projection)
/dports/science/cdo/cdo-2.0.0/src/mpim_grid/
H A Dgrid_proj.cc146 checkValIsMiss(const char *projection, const char *name, const double val, const double missval) in checkValIsMiss()
158 checkRangeWarning(const char *projection, const char *name) in checkRangeWarning()
164 checkLonRange(const char *projection, const char *name, const double lon) in checkLonRange()
170 checkLatRange(const char *projection, const char *name, const double lat) in checkLatRange()
190 auto projection = "lambert_conformal_conic"; in verify_lcc_parameter() local
291 auto projection = "lambert_conformal_conic"; in cdo_lcc_to_lonlat() local
328 auto projection = "polar_stereographic"; in verify_stere_parameter() local
425 auto projection = "polar_stereographic"; in cdo_stere_to_lonlat() local
462 auto projection = "sinusoidal"; in grid_def_params_sinu() local
473 auto projection = "lambert_azimuthal_equal_area"; in grid_def_params_laea() local
[all …]
/dports/graphics/krita/krita-4.4.8/benchmarks/
H A Dkis_filter_selections_benchmark.cpp156 KisPaintDeviceSP projection = in testUsualSelections() local
179 KisPaintDeviceSP projection = in testNoSelections() local
203 KisPaintDeviceSP projection = in testGoodSelections() local
232 KisPaintDeviceSP projection = in testBitBltWOSelections() local
263 KisPaintDeviceSP projection = in testBitBltSelections() local
/dports/graphics/R-cran-s2/s2/R/
H A Dwk-utils.R50 s2_unprojection_filter <- function(handler, projection = s2_projection_plate_carree(), argument
60 s2_projection_filter <- function(handler, projection = s2_projection_plate_carree(), argument
/dports/devel/py-rx1/Rx-1.6.1/rx/linq/observable/
H A Dselectmany.py8 def projection(x, i): function
57 def projection(x, i): function
/dports/graphics/R-cran-s2/s2/src/
H A Ds2-c-api.cpp42 void s2_projection_destroy(s2_projection_t* projection) { in s2_projection_destroy()
48 int s2_projection_project(s2_projection_t* projection, const double* coord_in, double* coord_out) { in s2_projection_project()
56 int s2_projection_unproject(s2_projection_t* projection, const double* coord_in, double* coord_out)… in s2_projection_unproject()
69 TessellatorWrapper(s2_projection_t* projection, double tolerance_radians): in TessellatorWrapper()
129 s2_tessellator_t* s2_tessellator_create(s2_projection_t* projection, double tolerance_radians) { in s2_tessellator_create()
/dports/math/mdal/MDAL-release-0.9.0/tests/
H A Dtest_sww.cpp22 const char *projection = MDAL_M_projection( m ); in TEST() local
164 const char *projection = MDAL_M_projection( m ); in TEST() local
190 const char *projection = MDAL_M_projection( m ); in TEST() local
233 const char *projection = MDAL_M_projection( m ); in TEST() local
258 const char *projection = MDAL_M_projection( m ); in TEST() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text/projection/org/eclipse/jface/text/source/projection/
H A DProjectionAnnotationModel.java52 ProjectionAnnotation projection= (ProjectionAnnotation) annotation; in collapse() local
68 ProjectionAnnotation projection= (ProjectionAnnotation) annotation; in expand() local
84 ProjectionAnnotation projection= (ProjectionAnnotation) annotation; in toggleExpansionState() local
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Samples/basic/directx/src/
H A DShellRenderInterfaceExtensionsDirectX_Win32.cpp41 D3DXMATRIX projection; in SetViewport() local
85 D3DXMATRIX projection; in AttachToNative() local
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-index-lsh/src/main/java/de/lmu/ifi/dbs/elki/index/lsh/hashfunctions/
H A DCosineLocalitySensitiveHashFunction.java49 private RandomProjectionFamily.Projection projection; field in CosineLocalitySensitiveHashFunction
56 public CosineLocalitySensitiveHashFunction(Projection projection) { in CosineLocalitySensitiveHashFunction()

12345678910>>...103