Skip to content

File implicit_geometry_uid_auto_register.h

FileList > builtin > implicit_geometry_uid_auto_register.h

Go to the source code of this file

  • #include <uipc/builtin/uid_register.h>
  • #include <uipc/common/list.h>

Namespaces

Type Name
namespace uipc
namespace builtin

Classes

Type Name
class ImplicitGeometryUIDAutoRegister

Macros

Type Name
define REGISTER_IMPLICIT_GEOMETRY_UIDS (...) REGISTER\_IMPLICIT\_GEOMETRY\_UIDS\_INTERNAL(\_\_COUNTER\_\_)
Register ImplicitGeometryUIDs.
define REGISTER_IMPLICIT_GEOMETRY_UIDS_INTERNAL (counter) /* multi line expression */

Macro Definition Documentation

define REGISTER_IMPLICIT_GEOMETRY_UIDS

Register ImplicitGeometryUIDs.

#define REGISTER_IMPLICIT_GEOMETRY_UIDS (
    ...
) `REGISTER_IMPLICIT_GEOMETRY_UIDS_INTERNAL(__COUNTER__)`

Example:

REGISTER_IMPLICIT_GEOMETRY_UIDS()
{
    using namespace uipc::builtin;
    list<UIDInfo> uids;
    return uids;
}

define REGISTER_IMPLICIT_GEOMETRY_UIDS_INTERNAL

#define REGISTER_IMPLICIT_GEOMETRY_UIDS_INTERNAL (
    counter
) `/* multi line expression */`


The documentation for this class was generated from the following file include/uipc/builtin/implicit_geometry_uid_auto_register.h