All Frameworks  Class Hierarchy  This Framework  Indexes

SPAScmExt Global Function get_Scm_Entity


ENTITY* get_Scm_Entity(ScmObject o,
entity_test_proc test,
const char* type)
Creates a C++ ENTITY from a Scheme entity.

Role: type is a character string describing type of ENTITY filter is looking for, such as "BODY", and is used for printing error messages.

This function is overloaded:

Creates an ENTITY from a Scheme entity.
Creates an ENTITY from a Scheme object given an addition constraint in the form of an entity_filter.
Creates an ENTITY from a Scheme object given an addition constraint in the form of an entity test procedure.

Effect: Read-only

Parameters:
o
Scheme object.
test
entity test.
type
type.

This object is included in the file: ent_typ.hxx

Copyright (c) 1989-2007 by Spatial Corp. All rights reserved.

SPAScmExt Global Function get_Scm_Entity
All Frameworks  Class Hierarchy  This Framework  Indexes

SPAScmExt Global Function get_Scm_Entity


ENTITY* get_Scm_Entity(ScmObject o,
const entity_filter& filt,
const char* type)
Creates a C++ ENTITY from a Scheme entity.

Role: type is a character string describing type of ENTITY filter is looking for, such as "BODY", and is used for printing error messages.

This function is overloaded:

Creates an ENTITY from a Scheme entity.
Creates an ENTITY from a Scheme object given an addition constraint in the form of an entity_filter.
Creates an ENTITY from a Scheme object given an addition constraint in the form of an entity test procedure.

Effect: Read-only

Parameters:
o
Scheme object.
filt
filter test.
type
type.

This object is included in the file: ent_typ.hxx

Copyright (c) 1989-2007 by Spatial Corp. All rights reserved.

SPAScmExt Global Function get_Scm_Entity
All Frameworks  Class Hierarchy  This Framework  Indexes

SPAScmExt Global Function get_Scm_Entity


ENTITY* get_Scm_Entity(ScmObject e)
Creates a C++ ENTITY from a Scheme entity.

Role: type is a character string describing type of ENTITY filter is looking for, such as "BODY", and is used for printing error messages.

This function is overloaded:

Creates an ENTITY from a Scheme entity.
Creates an ENTITY from a Scheme object given an addition constraint in the form of an entity_filter.
Creates an ENTITY from a Scheme object given an addition constraint in the form of an entity test procedure.

Effect: Read-only

Parameters:
e
Scheme object.

This object is included in the file: ent_typ.hxx

Copyright (c) 1989-2007 by Spatial Corp. All rights reserved.