Home
last modified time | relevance | path

Searched refs:Raster (Results 76 – 100 of 5398) sorted by relevance

12345678910>>...216

/dports/devel/upp/upp/bazaar/PixRaster/src.tpp/
H A DPixRaster_en-us.tpp36 [s5;:PixRaster`:`:PixRaster`(Raster`&`,bool`): PixRaster([_^Raster^ Raster]_`&[@3 raster],
150 [s2;%% Returns the size of Raster`'s active page in pixels.&]
155 [s2;%% Returns the size of Raster in pixels for [%-*@3 page].&]
159 [s2;%% Returns the width of Raster in pixels for active page.&]
164 [s2;%% Returns the width of Raster in pixels for [%-*@3 page].&]
168 [s2;%% Returns the height of Raster in pixels for active page.&]
178 [s2;%% Returns the information about Raster`'s active page.&]
183 [s2;%% Returns the information about Raster for [%-*@3 page].&]
258 [s5;:PixRaster`:`:Load`(Raster`&`,bool`,bool`): [@(0.0.255) void]_Load([_^Raster^ Raster][@(0.0.255…
266 [s5;:PixRaster`:`:operator`=`(Raster`&`): [@(0.0.255) void]_operator`=([_^Raster^ Raster]_
[all …]
/dports/games/gogui/Quaqua/src/ch/randelshofer/quaqua/ext/batik/ext/awt/image/rendered/
H A DTileLRUMember.java21 import java.awt.image.Raster;
39 protected Raster hRaster = null;
43 public TileLRUMember(Raster ras) { in TileLRUMember()
47 public void setRaster(Raster ras) { in setRaster()
61 public Raster retrieveRaster() { in retrieveRaster()
65 hRaster = (Raster)wRaster.get(); in retrieveRaster()
H A DTranslateRed.java23 import java.awt.image.Raster;
80 public Raster getTile(int tileX, int tileY) { in getTile()
81 Raster r = getSource().getTile(tileX, tileY); in getTile()
87 public Raster getData() { in getData()
88 Raster r = getSource().getData(); in getData()
93 public Raster getData(Rectangle rect) { in getData()
96 Raster ret = getSource().getData(r); in getData()
H A DTileMap.java22 import java.awt.image.Raster;
53 TileMapLRUMember(TileMap parent, Point pt, Raster ras) { in TileMapLRUMember()
59 public void setRaster(Raster ras) { in setRaster()
74 public void setTile(int x, int y, Raster ras) { in setTile()
101 public Raster getTileNoCompute(int x, int y) { in getTileNoCompute()
108 Raster ret = item.retrieveRaster(); in getTileNoCompute()
114 public Raster getTile(int x, int y) { in getTile()
119 Raster ras = null; in getTile()
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/extsrc/com/lightcrafts/media/jai/opimage/
H A DPatternOpImage.java14 import java.awt.image.Raster;
31 protected Raster pattern;
34 private static ImageLayout layoutHelper(Raster pattern, in layoutHelper()
49 public PatternOpImage(Raster pattern, in PatternOpImage()
61 public Raster getTile(int tileX, int tileY) { in getTile()
72 public Raster computeTile(int tileX, int tileY) { in computeTile()
/dports/math/R-cran-raster/raster/man/
H A Dresample.Rd4 \alias{resample,Raster,Raster-method}
6 \title{Resample a Raster object}
9 Resample transfers values between non matching Raster* objects (in terms of origin and resolution).…
16 \S4method{resample}{Raster,Raster}(x, y, method="bilinear", filename="", ...)
20 \item{x}{Raster* object to be resampled}
21 \item{y}{Raster* object with parameters that \code{x} should be resampled to}
H A DCompare-methods.Rd8 \alias{Compare,Raster,Raster-method}
9 \alias{Compare,Raster,logical-method}
10 \alias{Compare,Raster,numeric-method}
11 \alias{Compare,logical,Raster-method}
12 \alias{Compare,numeric,Raster-method}
17 \title{Compare Raster* objects}
19 These methods compare the location and resolution of Raster* objects. That is, they compare their s…
H A Datan2.Rd3 \alias{atan2,Raster,Raster-method}
9 For Raster* objects x and y, atan2(y, x) returns the angle in radians for the tangent y/x, handling…
11 …methods}} for other trigonometric and mathematical functions that can be used with Raster* objects.
19 \item{y}{Raster* object}
20 \item{x}{Raster* object}
H A Draster-package.Rd21 The package implements classes for Raster data (see \link{Raster-class}) and supports
23 \item Creation of Raster* objects from scratch or from file
25 \item Raster algebra and overlay functions
40 \section{I. Creating Raster* objects}{
62 \code{\link{extend}} \tab Enlarge a Raster* object \cr
68 \code{\link{shift}} \tab Move the location of Raster \cr
71 \code{\link{t}} \tab Transpose a Raster* object\cr
77 \section{III. Raster algebra}{
95 …\code{\link{mask}} \tab Use values from first Raster except where cells of the mask Raster are \co…
168 \section{IX. Accessing values of Raster* object cells}{
[all …]
H A Dmatch.Rd6 \alias{match,Raster-method}
8 \alias{\%in\%,Raster-method}
10 \title{Value matching for Raster* objects}
13 \code{match} returns a Raster* object with the position of the matched values. The cell values are …
15 \code{\%in\%} returns a logical Raster* object indicating if the cells values were matched or not.
26 \item{x}{Raster* object}
33 Raster* object
H A Das.logical-methods.Rd5 \alias{as.logical,Raster-method}
6 \alias{as.integer,Raster-method}
11 …Change values of a Raster* object to logical or integer values. With \code{as.logical}, zero becom…
15 \S4method{as.logical}{Raster}(x, filename='', ...)
17 \S4method{as.integer}{Raster}(x, filename='', ...)
21 \item{x}{Raster* object}
H A Dtrim.Rd4 \alias{trim,Raster-method}
12 Trim (shrink) a Raster* object by removing outer rows and columns that all have the same value (e.g…
18 \S4method{trim}{Raster}(x, padding=0, values=NA, filename='', ...)
23 \item{x}{Raster* object or a character string}
24 \item{values}{numeric. Value(s) based on which a Raster* should be trimmed}
28 \item{...}{If \code{x} is a Raster* object: additional arguments as for \code{\link{writeRaster}}}
33 A RasterLayer or RasterBrick object (if \code{x} is a Raster* object) or a character string (if \co…
H A Das.list.Rd3 \alias{as.list,Raster-method}
8 Create a list of RasterLayer objects from Raster* objects
12 \S4method{as.list}{Raster}(x, ...)
16 \item{x}{ Raster* object }
17 \item{...}{additional Raster* objects}
/dports/sysutils/file/file-5.39/magic/Magdir/
H A Dcups41 # Cups Raster image format, Big Endian
43 >3 string t Cups Raster version 1, Big Endian
44 >3 string 2 Cups Raster version 2, Big Endian
45 >3 string 3 Cups Raster version 3, Big Endian
50 # Cups Raster image format, Little Endian
52 >0 string t Cups Raster version 1, Little Endian
53 >0 string 2 Cups Raster version 2, Little Endian
54 >0 string 3 Cups Raster version 3, Little Endian
/dports/devel/py-magic/file-5.40/magic/Magdir/
H A Dcups41 # Cups Raster image format, Big Endian
43 >3 string t Cups Raster version 1, Big Endian
44 >3 string 2 Cups Raster version 2, Big Endian
45 >3 string 3 Cups Raster version 3, Big Endian
50 # Cups Raster image format, Little Endian
52 >0 string t Cups Raster version 1, Little Endian
53 >0 string 2 Cups Raster version 2, Little Endian
54 >0 string 3 Cups Raster version 3, Little Endian
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/develop/dev_tools/
H A DArcSAGA.py273 def Arc_To_SAGA_Raster(Raster): argument
276 if File_Cmp_Extension(Raster, ext):
277 return Raster
280 Raster = ConversionUtils.ValidateInputRaster(Raster)
281 ConversionUtils.CopyRasters(Raster, File, "")
286 def SAGA_To_Arc_Raster(File, Raster): argument
291 if File_Cmp_Extension(Raster, 'tif'):
292 arcpy.AddMessage('Output GeoTIFF: ' + File + ' >> ' + Raster)
293 Tool.Set_Option('FILE', Raster)
303 ConversionUtils.CopyRasters(GeoTIFF, Raster, "")
[all …]
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/extsrc/com/lightcrafts/media/jai/iterator/
H A DWrapperRI.java15 import java.awt.image.Raster;
27 Raster ras;
29 public WrapperRI(Raster ras) { in WrapperRI()
101 public Raster getTile(int tileX, int tileY) { in getTile()
105 public Raster getData() { in getData()
109 public Raster getData(Rectangle rect) { in getData()
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/extsrc/com/lightcrafts/mediax/jai/
H A DBorderExtenderCopy.java15 import java.awt.image.Raster;
125 Raster child = in extend()
154 Raster leftEdge = im.getData(rect); in extend()
172 Raster rightEdge = im.getData(rect); in extend()
189 Raster topRow = im.getExtendedData(rect, this); in extend()
221 Raster leftEdge = im.getData(rect); in extend()
239 Raster rightEdge = im.getData(rect); in extend()
256 Raster topRow = im.getExtendedData(rect, this); in extend()
288 Raster leftEdge = im.getData(rect); in extend()
306 Raster rightEdge = im.getData(rect); in extend()
[all …]
/dports/math/pdal/PDAL-2.3.0/pdal/private/
H A DRaster.hpp109 class Raster class
116 Raster(const T& initializer = T()) : Raster("", initializer) in Raster() function in pdal::Raster
119 Raster(const std::string& name, const T& initializer = T()) : in Raster() function in pdal::Raster
123 Raster(const RasterLimits& limits, const T& initializer = T()) : Raster(limits, "", initializer) in Raster() function in pdal::Raster
126 Raster(const RasterLimits& limits, const std::string& name, const T& initializer = T()) : in Raster() function in pdal::Raster
225 using Rasterd = Raster<double>;
226 extern template class Raster<double>;
/dports/java/java3d/java3d-1.5.2/j3d-core/src/classes/share/javax/media/j3d/
H A DRasterRetained.java51 int type = Raster.RASTER_COLOR;
53 private int clipMode = Raster.CLIP_POSITION;
355 ((type & Raster.RASTER_COLOR) != 0 && in setLive()
357 ((type & Raster.RASTER_DEPTH) != 0 && in setLive()
359 Raster.ALLOW_DEPTH_COMPONENT_WRITE)) || in setLive()
386 if(clipMode == Raster.CLIP_IMAGE) { in computeBoundingBox()
461 if(clipMode == Raster.CLIP_POSITION) { in execute()
475 if((type == Raster.RASTER_COLOR) || (type == Raster.RASTER_COLOR_DEPTH)) { in execute()
490 if((type == Raster.RASTER_DEPTH) || (type == Raster.RASTER_COLOR_DEPTH)) { in execute()
494 if (clipMode == Raster.CLIP_IMAGE) { in execute()
[all …]
/dports/science/netcdf/netcdf-c-4.7.4/ncdap_test/testdata3/
H A Dtest.dfr3.dds2 …Byte Raster%20Image%20%230[Raster%20Image%20%230__comps = 3][Raster%20Image%20%230__Y = 6][Raster%…
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/ncdap_test/testdata3/
H A Dtest.dfr3.dds2 …Byte Raster%20Image%20%230[Raster%20Image%20%230__comps = 3][Raster%20Image%20%230__Y = 6][Raster%…
/dports/science/hdf/hdf-4.2.15/mfhdf/dumper/testfiles/
H A Ddumpvg-16.out20 name = Raster Image #0; class = RI0.0;
29 -- Raster Image Data
32 -- Raster Image Data
36 -- Raster Image Data
40 -- Raster Image Data
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/java/awt/image/
H A DRaster.java46 public class Raster class
58 protected Raster parent;
60 protected Raster(SampleModel sampleModel, Point origin) in Raster() method in Raster
65 protected Raster(SampleModel sampleModel, DataBuffer dataBuffer, in Raster() method in Raster
74 protected Raster(SampleModel sampleModel, DataBuffer dataBuffer, in Raster() method in Raster
76 Point sampleModelTranslate, Raster parent) in Raster()
199 return new Raster(sm, db, location); in createRaster()
215 public Raster getParent() in getParent()
258 return new Raster(sampleModel, dataBuffer, in createTranslatedChild()
265 public Raster createChild(int parentX, int parentY, int width, in createChild()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/java/awt/image/
H A DRaster.java46 public class Raster class
58 protected Raster parent;
60 protected Raster(SampleModel sampleModel, Point origin) in Raster() method in Raster
65 protected Raster(SampleModel sampleModel, DataBuffer dataBuffer, in Raster() method in Raster
74 protected Raster(SampleModel sampleModel, DataBuffer dataBuffer, in Raster() method in Raster
76 Point sampleModelTranslate, Raster parent) in Raster()
199 return new Raster(sm, db, location); in createRaster()
215 public Raster getParent() in getParent()
258 return new Raster(sampleModel, dataBuffer, in createTranslatedChild()
265 public Raster createChild(int parentX, int parentY, int width, in createChild()
[all …]

12345678910>>...216