Views
Foundation Package API Reference Guide
Product Documentation:
Views Documentation Home
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
List of all members | Public Member Functions
IlvSVGImporter Class Reference

This class provides a method for importing graphical objects from an SVG image. More...

#include <ilviews/svg/IlvSVGImporter.h>

Public Member Functions

bool importObjects (IlvDisplay *display, IlvGraphicSet &set, IL_STDPREF istream &stream)
 Reads an SVG objects from a stream and adds it to IlvGraphicSet. More...
 

Detailed Description

This class provides a method for importing graphical objects from an SVG image.

Library: ilvsvgcore

Member Function Documentation

◆ importObjects()

bool IlvSVGImporter::importObjects ( IlvDisplay display,
IlvGraphicSet set,
IL_STDPREF istream &  stream 
)

Reads an SVG objects from a stream and adds it to IlvGraphicSet.

The caller is responsible for deleting the created IlvGraphicSet.

Parameters
streamThe stream to read from.
Returns
An instance of IlvGraphicSet.