An Entity of Type: software, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

An abstract graphical data type (AGDT) is an extension of an abstract data type for computer graphics. AGDTs provide the advantages of the ADTs with facilities to build graphical objects in a structured way. Formally, an AGDT may be defined as a "class of graphical objects whose logical behavior is defined by a set of graphical characteristics and a set of graphical operations". AGDTs were introduced in 1979 by Nadia Magnenat Thalmann and Daniel Thalmann. To define a figure type, one must For example, a pyramid with four vertices can be defined as A tree can be defined by 3-D graphical types as

Property Value
dbo:abstract
  • An abstract graphical data type (AGDT) is an extension of an abstract data type for computer graphics. AGDTs provide the advantages of the ADTs with facilities to build graphical objects in a structured way. Formally, an AGDT may be defined as a "class of graphical objects whose logical behavior is defined by a set of graphical characteristics and a set of graphical operations". AGDTs were introduced in 1979 by Nadia Magnenat Thalmann and Daniel Thalmann. The most important tool in this graphical extension is the 3-D graphical type—the figure type. The syntax is described in Figure 2. The word "figure" is a keyword. The formal parameter section, the declaration, and the body are similar to the corresponding elements in a procedure. To define a figure type, one must 1. * find the characteristics of the figure, which become the parameters; 2. * find the algorithm that allows the user to build the figure with the help of the parameters. To build the figures, typical graphical statements should be used like: moveabs, moverel, lineabs, and linerel to draw vectors, and include to define an existing figure as part of a new one. For example, a pyramid with four vertices can be defined as type PYRAMID = figure (A, B, C, D: VECTOR);beginmoveabs A; lineabs B, C, A, D, C;moveabs B; lineabs Dend; A tree can be defined by 3-D graphical types as type TREE = figure (var BRANCHES: TEXT; NBRANCHES: INTEGER;POSITION: VECTOR; HEIGHT, LENGTH:REAL); where BRANCHES is a file of kinds of branches, NBRANCHES is the number of branches, POSITION is the position of the trunk, HEIGHT is the height of the trunk, and LENGTH is thelength of the branches. A forest of trees can be defined as var FOREST: array [1..NBTREES] of TREE Abstract graphical types have been implemented as an extension of the PASCAL programming language called MIRA-3D. (en)
dbo:wikiPageID
  • 47556321 (xsd:integer)
dbo:wikiPageLength
  • 2663 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 746916741 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • An abstract graphical data type (AGDT) is an extension of an abstract data type for computer graphics. AGDTs provide the advantages of the ADTs with facilities to build graphical objects in a structured way. Formally, an AGDT may be defined as a "class of graphical objects whose logical behavior is defined by a set of graphical characteristics and a set of graphical operations". AGDTs were introduced in 1979 by Nadia Magnenat Thalmann and Daniel Thalmann. To define a figure type, one must For example, a pyramid with four vertices can be defined as A tree can be defined by 3-D graphical types as (en)
rdfs:label
  • Abstract graphical data type (en)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License