plastimatch
Loading...
Searching...
No Matches
xform_legacy.h
Go to the documentation of this file.
1/* -----------------------------------------------------------------------
2 See COPYRIGHT.TXT and LICENSE.TXT for copyright and license information
3 ----------------------------------------------------------------------- */
4#ifndef _xform_legacy_h_
5#define _xform_legacy_h_
6
7#include "plmbase_config.h"
8#include <stdio.h>
9
10class Xform;
11
12PLMBASE_C_API void xform_legacy_load (Xform *xf, FILE* fp);
13
14#endif
The Xform class is an abstraction that encapsulates a simple transform, either native format (B-splin...
Definition xform.h:66
#define PLMBASE_C_API
Definition plmbase_config.h:18
EXTERNC void xform_legacy_load(Xform *xf, FILE *fp)
Definition xform_legacy.cxx:33