Lines2linestrips conditioner: Difference between revisions

From COLLADA Public Wiki
Jump to navigation Jump to search
Elf (talk | contribs)
No edit summary
Elf (talk | contribs)
testing more
Line 1: Line 1:
{{subst:Class Element}} <!-- testing... sorry.... -->
'''Summary:''' The '''foo class''' is part of the [[DOM foobar subsystem]]. Or the <foo> element is part of the <blah> element. It is an interface to inherit from for creating [[URI]] resolvers.
 
==Purpose==
Anything more detailed about its purpose.
 
Text here...
 
==How it's used==
Where and how might an application apply this class or element?
 
Each blah blah blah...
 
When it finds the correct one, it calls '''resolve_URI''' and passes the following struct:
 
typedef struct {
  int foo;
  char *name;
  enum { a, b }  
} datablah;
 
==Foo example==
:''Describe an example use of the foo class''
 
==Attributes==
This element has the following attributes:
*''blah'': Interacts with the ''bar'' element and frammistanis the glompus.
*''name'': blah blah
 
==Related classes and functions==
This section briefly describes what each function in this class is used for.
 
==Related elements==
===Child elements===
*list
*child
*elements
 
===Parent elements===
*list
*parent
*elements
 
===Function A===
;Summary
: ''summary description''
 
;How it's used
:blah blah
 
===Function B===
;Summary
: ''summary description''
 
;How it's used
:blah blah
 
==See also==
<!-- this is a standard heading. Use if needed. -->
*[[link 1]]
 
==External links==
<!-- this is a standard heading. Use if needed. -->
*[http://www.foo.com Blah home page]
 
[[Category:COLLADA]]<!--pick an appropriate category--> <!-- testing... sorry.... -->

Revision as of 23:05, 27 June 2007

Summary: The foo class is part of the DOM foobar subsystem. Or the <foo> element is part of the <blah> element. It is an interface to inherit from for creating URI resolvers.

Purpose

Anything more detailed about its purpose.

Text here...

How it's used

Where and how might an application apply this class or element?

Each blah blah blah...

When it finds the correct one, it calls resolve_URI and passes the following struct:

typedef struct {
  int foo;
  char *name;
  enum { a, b } 
} datablah;

Foo example

Describe an example use of the foo class

Attributes

This element has the following attributes:

  • blah: Interacts with the bar element and frammistanis the glompus.
  • name: blah blah

Related classes and functions

This section briefly describes what each function in this class is used for.

Related elements

Child elements

  • list
  • child
  • elements

Parent elements

  • list
  • parent
  • elements

Function A

Summary
summary description
How it's used
blah blah

Function B

Summary
summary description
How it's used
blah blah

See also

External links